mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-23 10:00:13 +01:00
🎨 重建索引改为后台任务 https://github.com/siyuan-note/siyuan/issues/7153
This commit is contained in:
parent
87f230023c
commit
801bc69820
7 changed files with 34 additions and 18 deletions
|
|
@ -734,12 +734,6 @@ export class Files extends Model {
|
|||
this.element.insertAdjacentHTML("afterbegin", html);
|
||||
}
|
||||
}
|
||||
if (data.callback === Constants.CB_MOUNT_HELP) {
|
||||
openFileById({
|
||||
id: Constants.HELP_START_PATH[window.siyuan.config.appearance.lang as "zh_CN" | "en_US"],
|
||||
action: [Constants.CB_GET_FOCUS]
|
||||
});
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue