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'); };