Fix:修复不在格式刷时点击画布和节点也会触发painter_end事件的问题

This commit is contained in:
wanglin2 2023-12-04 09:57:29 +08:00
parent 79a39f993d
commit de025d9bc7

View File

@ -38,6 +38,7 @@ class Painter {
}
onEndPainter() {
if (!this.isInPainter) return
this.endPainter()
this.mindMap.emit('painter_end')
}