refactor(ui): kullanılmayan closeMenu fonksiyonunu kaldır
This commit is contained in:
@@ -1284,10 +1284,6 @@
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
function closeMenu() {
|
|
||||||
activeMenu = null;
|
|
||||||
}
|
|
||||||
|
|
||||||
async function downloadFile(file) {
|
async function downloadFile(file) {
|
||||||
if (!file || file.isDirectory) {
|
if (!file || file.isDirectory) {
|
||||||
if (file?.isDirectory) navigateToPath(file.displayPath);
|
if (file?.isDirectory) navigateToPath(file.displayPath);
|
||||||
|
|||||||
Reference in New Issue
Block a user