This commit is contained in:
Vanessa 2022-06-06 11:36:41 +08:00
parent 0fafd470f8
commit 927c0fce13

View file

@ -13,7 +13,7 @@ import {repos} from "./config/repos";
import {openFileById} from "./editor/util"; import {openFileById} from "./editor/util";
import {bootSync, downloadProgress, progressLoading, setTitle, transactionError} from "./dialog/processSystem"; import {bootSync, downloadProgress, progressLoading, setTitle, transactionError} from "./dialog/processSystem";
import {promiseTransactions} from "./protyle/wysiwyg/transaction"; import {promiseTransactions} from "./protyle/wysiwyg/transaction";
import {initMessage, showMessage} from "./dialog/message"; import {initMessage} from "./dialog/message";
class App { class App {
constructor() { constructor() {
@ -89,9 +89,6 @@ class App {
} }
setTitle(window.siyuan.languages.siyuanNote); setTitle(window.siyuan.languages.siyuanNote);
initMessage(); initMessage();
showMessage("ddd", 0)
showMessage("123123123123123123123123123123123123123123123123123123123123123123123123123123123123123123", 0)
showMessage("ddd", 0)
}); });
}); });
}); });