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
This has happened to me twice now and I can't figure out how to consistently reproduce it. In both cases it did not start working when I opened the dev console, but did start working after I resized the window to be narrow enough that the toggle went away, and then back to full width.
Three times and it seems to always happen when I first load up the dev environment in a browser, so some race condition with the cache possibly? Once I've loaded it in a browser logging out, reloading, and stopping and restarting the dev server fail to produce the bug again.
When the app loads there is potential for the is-note-open css class to be
missing on app-layout. This removes the reliance on isNoteOpen as it is note
needed and should be independent. Now focus mode class will remain on all
screen widths but will only change the layout for widths greater than 750px. We
should look at why is-note-open is not applied to app layout and how the layout
is set up in general. Fixed: #1525
Expected
I expect that clicking the "Toggle Sidebar" button will expand/collapse the sidebar.
Observed
Clicking the "Toggle Sidebar" button did nothing.
When I opened the dev console, the button suddenly started working and continued working after I closed the console.
Reproduced
Reproduced on both Windows 10 VM and macOS 10.14.5, with Simplenote 1.8-beta1
The text was updated successfully, but these errors were encountered: