Skip to content

Commit

Permalink
Remove now-unnecessary goto call.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carifio24 committed Feb 27, 2024
1 parent f9a9bb8 commit 3d0a218
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/M101SN.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1057,13 +1057,6 @@ export default defineComponent({
}
};
setTimeout(createArrowFunction, 100);
this.gotoRADecZoom({
raRad: this.wwtRARad,
decRad: this.wwtDecRad,
zoomDeg: this.initialPosition.zoom,
instant: true
});
}, 100);
});
Expand Down

0 comments on commit 3d0a218

Please sign in to comment.