Answered
Can't delete all section
Hi guys,
Why does ID not allow you to delete all sections.
for ( i = allSections.length; i > 0; i-- ) {
allSections.remove();
}
This says undefined is not an object but I have 2 sections in my document.
allSections = doc.sections.everyItem().getElements();
