Vanessa 2023-06-09 21:39:49 +08:00
parent 69e3979268
commit c115ce2c7e
5 changed files with 9 additions and 26 deletions

View file

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