mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-22 15:04:07 +01:00
This commit is contained in:
parent
69e3979268
commit
c115ce2c7e
5 changed files with 9 additions and 26 deletions
|
|
@ -11,7 +11,6 @@ import {handleTouchEnd, handleTouchMove, handleTouchStart} from "./util/touch";
|
|||
import {fetchGet, fetchPost} from "../util/fetch";
|
||||
import {initFramework} from "./util/initFramework";
|
||||
import {addGA, initAssets, loadAssets} from "../util/assets";
|
||||
import {promiseTransactions} from "../protyle/wysiwyg/transaction";
|
||||
import {bootSync} from "../dialog/processSystem";
|
||||
import {initMessage} from "../dialog/message";
|
||||
import {goBack} from "./util/MobileBackFoward";
|
||||
|
|
@ -96,7 +95,6 @@ class App {
|
|||
handleTouchEnd(event);
|
||||
}, false);
|
||||
});
|
||||
promiseTransactions();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue