Browse Source

修复bug

xushiting 2 năm trước cách đây
mục cha
commit
aaff963447
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;