From 44323275d8b5f4b2d990de3d6b2d2c93064611d3 Mon Sep 17 00:00:00 2001 From: wisecolt Date: Mon, 2 Feb 2026 22:54:23 +0300 Subject: [PATCH] =?UTF-8?q?refactor(ui):=20kullan=C4=B1lmayan=20closeMenu?= =?UTF-8?q?=20fonksiyonunu=20kald=C4=B1r?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/routes/Files.svelte | 4 ---- 1 file changed, 4 deletions(-) diff --git a/client/src/routes/Files.svelte b/client/src/routes/Files.svelte index 5903095..7ad7bda 100644 --- a/client/src/routes/Files.svelte +++ b/client/src/routes/Files.svelte @@ -1284,10 +1284,6 @@ }); } - function closeMenu() { - activeMenu = null; - } - async function downloadFile(file) { if (!file || file.isDirectory) { if (file?.isDirectory) navigateToPath(file.displayPath);