瀏覽代碼

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