You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An issue with the collapsible headings keyboard shortcut -- pressing 'left' correctly goes up to the parent header; however pressing it again should go to the grandparent header; it doesn't, instead going to the previous header of the same level.
Originally reported by @jph00 in #7041, as a regression from Notebook 6 to 7.
You can reproduce this by creating cells at the H1 and H2 levels:
Heading 1
a. Subheading 1a
b. Subheading 1b
Heading 2
When "Subheading 1b" is selected and not in edit mode, press LEFT. "Heading 1" should be active, not "Subheading 1a".
The text was updated successfully, but these errors were encountered:
Originally reported by @jph00 in #7041, as a regression from Notebook 6 to 7.
You can reproduce this by creating cells at the H1 and H2 levels:
a. Subheading 1a
b. Subheading 1b
When "Subheading 1b" is selected and not in edit mode, press LEFT. "Heading 1" should be active, not "Subheading 1a".
The text was updated successfully, but these errors were encountered: