fix: 修复本地文件夹垃圾箱恢复聚焦
This commit is contained in:
@@ -58,7 +58,7 @@ pub async fn mindmap_object_shell(
|
||||
let sidebar_tree_html =
|
||||
render_local_sidebar_tree_html(root_uri, Some(&doc_id)).unwrap_or_default();
|
||||
let file_tree_html =
|
||||
render_local_file_tree_html(root_uri, Some(&doc_id)).unwrap_or_default();
|
||||
render_local_file_tree_html(root_uri, Some(&doc_id), None).unwrap_or_default();
|
||||
let workspace_projection = load_workspace_shell_projection(
|
||||
state.config(),
|
||||
&context,
|
||||
|
||||
Reference in New Issue
Block a user