Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nested notebook title displaying incorrectly #6956

Open
streetwriters bot opened this issue Nov 22, 2024 · 0 comments
Open

Nested notebook title displaying incorrectly #6956

streetwriters bot opened this issue Nov 22, 2024 · 0 comments

Comments

@streetwriters
Copy link

streetwriters bot commented Nov 22, 2024

I have several notebooks with other notebooks nested inside.

Ex:
Reference

  • Goals
  • House
  • Plans

Projects

  • Thing A
  • Thing B

When I click into a top level notebook, I see the bottom section of the navigation pane with the nested notebooks, and the title of that bottom section should match the main notebook name.

The first notebook I click into is titled correctly, ie. I click Projects and I see in the bottom pane:

Projects

  • Thing A
  • Thing B

The second or further notebook I click into will have the same title in the bottom section of the navigation pane as whatever notebook I clicked before. ie. after the above, I click on Reference, I see "Reference" at the top, but in the bottom pane:

Projects

  • Goals
  • House
  • Plans

There seems to be some kind of stickiness / lag / re-used variable not being updated that could be causing this.

Possibly related to the fix for #6011 which moved the main notebook name into the title.

Device information:
App version: 3.0.21-950028e-desktop
OS: Windows 10 64-bit
Browser: Electron 31.7.4
Pro: false

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants