diff --git a/frontend/app.js b/frontend/app.js index 21084c4..29240e4 100644 --- a/frontend/app.js +++ b/frontend/app.js @@ -88,6 +88,9 @@ function noteApp() { editorWidth: 50, // percentage isResizingSplit: false, + // Dropdown state + showNewDropdown: false, + // DOM element cache (to avoid repeated querySelector calls) _domCache: { editor: null, @@ -430,13 +433,13 @@ function noteApp() {
- -