mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-14 03:04:21 +01:00
This commit is contained in:
parent
5ec6b314a9
commit
918f679a31
2 changed files with 7 additions and 7 deletions
|
|
@ -56,10 +56,7 @@ export const openFileById = async (options: {
|
|||
showMessage(response.msg);
|
||||
return;
|
||||
}
|
||||
|
||||
// 更新文档浏览时间
|
||||
fetchPost("/api/storage/updateRecentDocViewTime", {rootID: response.data.rootID});
|
||||
|
||||
|
||||
return openFile({
|
||||
app: options.app,
|
||||
fileName: response.data.rootTitle,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue