Browse Source

修复bug

xushiting 2 years ago
parent
commit
aaff963447
1 changed files with 1 additions and 0 deletions
  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;