修复调试保存文件默认目录和任务视图创建

This commit is contained in:
whyour
2022-12-09 22:59:38 +08:00
parent 3b389259c1
commit bb2e8cb287
3 changed files with 59 additions and 29 deletions
+1 -1
View File
@@ -272,7 +272,7 @@ const EditModal = ({
content:
editorRef.current &&
editorRef.current.getValue().replace(/\r\n/g, '\n'),
filename: cNode?.title,
...cNode,
}}
/>
<SettingModal