Kxc0822a
2022-04-11 ac703b38c8e0b92b7a15ea64a08e6a814314976e
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 });