chore: remove unnecessary comment

This commit is contained in:
Xu Quan 2025-07-13 20:22:09 +08:00
parent 116c319e64
commit 28ca66a199

View file

@ -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);
},