Skip to content

Commit

Permalink
[Stacked Plot] fix initial drop into plot not editable
Browse files Browse the repository at this point in the history
  • Loading branch information
johnriedel committed Jan 17, 2025
1 parent 5be103e commit adc1ca7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/plot/stackedPlot/StackedPlotItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ export default {
this.triggerUnsubscribeFromStaleness(domainObject);
this.subscribeToStaleness(domainObject);
});
this.setEditState(this.isEditing);
},
beforeUnmount() {
this.openmct.editor.off('isEditing', this.setEditState);
Expand Down

0 comments on commit adc1ca7

Please sign in to comment.