浏览代码

修复bug

xushiting 2 年之前
父节点
当前提交
aaff963447
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/graphic/Layer.js

+ 1 - 0
src/graphic/Layer.js

@@ -1003,6 +1003,7 @@ export default class Layer {
         if (e instanceof TouchEvent) {
           stateService.clearSelectItem();
           stateService.clearDraggingItem();
+          this.uiControl.focusVector = null;
           this.renderer.autoRedraw();
         }
         return;