From 8075d44cd280b12e7d75652842f34ad0bc0a45a6 Mon Sep 17 00:00:00 2001 From: Simon Dong <1961396030@qq.com> Date: Wed, 1 Feb 2023 17:21:03 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A4=9A=E8=A1=8C=E7=9A=84=E8=8A=82?= =?UTF-8?q?=E7=82=B9=E6=96=87=E6=9C=AC,=E7=BC=96=E8=BE=91=E5=AE=8C?= =?UTF-8?q?=E5=90=8E=E4=BC=9A=E8=A2=AB=E9=81=AE=E6=8C=A1(#1001)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/runtime/input.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/runtime/input.js b/src/runtime/input.js index 2b4e1245..a328a66a 100644 --- a/src/runtime/input.js +++ b/src/runtime/input.js @@ -366,6 +366,8 @@ define(function(require, exports, module) { var rootText = minder.getRoot().getText(); minder.fire('initChangeRoot', {text: rootText}); } + + minder.layout(300); } function exitInputMode() {