mirror of
https://github.com/xuquan-nikkkki/FolderFile-Splitter-Plugin.git
synced 2026-07-22 12:00:27 +00:00
chore: remove unnecessary comment
This commit is contained in:
parent
116c319e64
commit
28ca66a199
1 changed files with 0 additions and 1 deletions
|
|
@ -62,7 +62,6 @@ export const createFileActionsSlice =
|
|||
return await plugin.app.vault.read(file);
|
||||
},
|
||||
modifyFile: async (file: TFile, content: string) => {
|
||||
// TODO: 对 markdown 是否有效
|
||||
await plugin.app.vault.modify(file, content);
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue