Skip to content

Commit

Permalink
fix: 多行的节点文本,编辑完后会被遮挡(fex-team#1001)
Browse files Browse the repository at this point in the history
  • Loading branch information
dongggcom committed Feb 1, 2023
1 parent 7bd7f9d commit 8075d44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/runtime/input.js
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,8 @@ define(function(require, exports, module) {
var rootText = minder.getRoot().getText();
minder.fire('initChangeRoot', {text: rootText});
}

minder.layout(300);
}

function exitInputMode() {
Expand Down

0 comments on commit 8075d44

Please sign in to comment.