We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5f94f1 commit 3b290f1Copy full SHA for 3b290f1
my-mind.js
@@ -650,6 +650,7 @@ MM.Item.prototype.handleEvent = function(e) {
650
switch (e.type) {
651
case "input":
652
this.updateSubtree();
653
+ this.getMap().ensureItemVisibility(this);
654
break;
655
656
case "keydown":
src/item.js
@@ -362,6 +362,7 @@ MM.Item.prototype.handleEvent = function(e) {
362
363
364
365
366
367
368
0 commit comments