shj
2022-04-13 f14ed4045c3d24602bc435bfaa2a3752c30f876f
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 });