cqf
2022-05-26 284ae5b9ff466a9b0cd6be7eed2aefa765feee6f
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 });