''
Your Name
2022-03-22 1a2cc996d29c0cdffb2cf2eae2f034146e0e4613
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 });