This commit is contained in:
Liang Ding 2023-01-24 13:21:23 +08:00
parent 87f230023c
commit 801bc69820
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
7 changed files with 34 additions and 18 deletions

View file

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