فهرست منبع

fix: folder expanded update

Timothy Jaeryang Baek 2 هفته پیش
والد
کامیت
91a9f32904
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/lib/components/layout/Sidebar/RecursiveFolder.svelte

+ 1 - 1
src/lib/components/layout/Sidebar/RecursiveFolder.svelte

@@ -339,7 +339,7 @@
 		}, 500);
 	};
 
-	$: if (open) {
+	$: if (open !== null) {
 		isExpandedUpdateDebounceHandler();
 	}