mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-09 22:22:34 +01:00
🚨
This commit is contained in:
parent
9a1c02e7e4
commit
8c36764686
17 changed files with 37 additions and 38 deletions
|
|
@ -139,10 +139,10 @@ export const renameAsset = (assetPath: string) => {
|
|||
if (item.path === assetPath) {
|
||||
item.parent.updateTitle(getDisplayName(response.data.newPath));
|
||||
}
|
||||
})
|
||||
});
|
||||
getAllEditor().forEach(item => {
|
||||
item.reload(false);
|
||||
})
|
||||
});
|
||||
});
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue