MooTool

Handy tool set for developers

View on GitHub

DIFF-200:随手记文档库树选中与状态栏路径

背景

Electron QuickNoteTool.selectNode:单击目录会先静默保存脏笔记,再清空 note/content 并设置 selectedPath;单击文件则打开笔记。状态栏展示 note?.relativePath ?? selectedPath

Compose 此前树选中仅跟 currentFile,点目录只折叠不更新选中/清空编辑区。

行为

验证