Fix:修复在移动端激活节点、展开收起时等操作时会拉起输入法的问题
This commit is contained in:
parent
e81e0a5512
commit
5a32c1d99d
@ -7,6 +7,7 @@ class TouchEvent {
|
|||||||
this.singleTouchstartEvent = null
|
this.singleTouchstartEvent = null
|
||||||
this.clickNum = 0
|
this.clickNum = 0
|
||||||
this.doubleTouchmoveDistance = 0
|
this.doubleTouchmoveDistance = 0
|
||||||
|
this.mindMap.renderer.textEdit.stopFocusOnNodeActive()
|
||||||
this.bindEvent()
|
this.bindEvent()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user