Skip to content

Commit

Permalink
Add an explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Sep 11, 2024
1 parent eedf7a8 commit d60ab22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions content_editor/static/content_editor/content_editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@
sectionsMap = newSectionsMap
childrenMap = newChildrenMap

/* Top level inline's sections should be hidden if the inline is collapsed */
for (const inline of topLevel) {
hideSection(inline, inline.classList.contains("collapsed"))
}
Expand Down

0 comments on commit d60ab22

Please sign in to comment.