Kxc0822a
2022-04-11 ab2d50f1f69c9c1ab4e9f51d367837fb320f3eeb
src/components/Tab/Label.vue
@@ -188,7 +188,6 @@
    },
    focusHandle(markerId) {
      if (global.map) {
        debugger
        const entity = global.map.getPlotById(markerId);
        if (entity) {
          global.map.viewer.flyTo(entity, { duration: 1 });