Skip to content

Commit

Permalink
Remove unnecessary watch on cursor guides and grid lines
Browse files Browse the repository at this point in the history
  • Loading branch information
shefalijoshi committed Jan 6, 2025
1 parent 4ca617f commit 5433113
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/plugins/plot/PlotView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -162,14 +162,6 @@ export default {
}
}
},
watch: {
gridLines(newGridLines) {
this.gridLines = newGridLines;
},
cursorGuide(newCursorGuide) {
this.cursorGuide = newCursorGuide;
}
},
created() {
eventHelpers.extend(this);
this.imageExporter = new ImageExporter(this.openmct);
Expand Down

0 comments on commit 5433113

Please sign in to comment.