From cdc753e72d4a902138afa83c1ad3b8c1834537fa Mon Sep 17 00:00:00 2001 From: despiegk Date: Sun, 26 Oct 2025 08:51:22 +0400 Subject: [PATCH] ... --- collections/documents/{welcome4.md => welcome5.md} | 0 collections/notes/test.md | 3 +++ static/js/file-tree-actions.js | 1 + 3 files changed, 4 insertions(+) rename collections/documents/{welcome4.md => welcome5.md} (100%) create mode 100644 collections/notes/test.md diff --git a/collections/documents/welcome4.md b/collections/documents/welcome5.md similarity index 100% rename from collections/documents/welcome4.md rename to collections/documents/welcome5.md diff --git a/collections/notes/test.md b/collections/notes/test.md new file mode 100644 index 0000000..a62f225 --- /dev/null +++ b/collections/notes/test.md @@ -0,0 +1,3 @@ +# New File + +Start typing... diff --git a/static/js/file-tree-actions.js b/static/js/file-tree-actions.js index efa605a..018c6d7 100644 --- a/static/js/file-tree-actions.js +++ b/static/js/file-tree-actions.js @@ -186,6 +186,7 @@ class FileTreeActions { const cleanup = () => { dialog.remove(); + document.querySelector('.modal-backdrop').remove(); document.body.classList.remove('modal-open'); };