This commit is contained in:
2025-10-26 08:51:22 +04:00
parent 98a529a3cc
commit cdc753e72d
3 changed files with 4 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
# New File
Start typing...

View File

@@ -186,6 +186,7 @@ class FileTreeActions {
const cleanup = () => {
dialog.remove();
document.querySelector('.modal-backdrop').remove();
document.body.classList.remove('modal-open');
};