From 9c1b79e6b45d70115af731c925b06029fbb97ae2 Mon Sep 17 00:00:00 2001 From: unanmed <1319491857@qq.com> Date: Fri, 26 Apr 2024 17:56:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BC=96=E8=BE=91=E5=99=A8=E6=8A=A5?= =?UTF-8?q?=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/libs/control.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/libs/control.js b/public/libs/control.js index 3bd72ca..ddb50ba 100644 --- a/public/libs/control.js +++ b/public/libs/control.js @@ -475,7 +475,9 @@ control.prototype.showStartAnimate = function (noAnimate, callback) { core.flags.startUsingCanvas, callback ); - Mota.require('var', 'fixedUi').open('start'); + Mota.r(() => { + Mota.require('var', 'fixedUi').open('start'); + }); // core.hideWithAnimate(core.dom.startTop, 20, function () { // core.control._showStartAnimate_finished(false, callback); // });