Поправка для автоматического отображения справки

This commit is contained in:
Book Pauk
2020-11-06 16:50:17 +07:00
parent f07a157a2a
commit 5b52f48bce
2 changed files with 11 additions and 1 deletions

View File

@@ -371,6 +371,14 @@ class ExternalLibs extends Vue {
loadLibs() {
const libs = this.libs;
if (!libs.helpShowed) {
this.showHelp();
(async() => {
await utils.sleep(1000);
this.commitProp('helpShowed', true);
})();
}
this.selectedLink = libs.startLink;
this.closeAfterSubmit = libs.closeAfterSubmit || false;
this.openInFrameOnEnter = libs.openInFrameOnEnter || false;