Skip to content

Commit

Permalink
Ooopsies
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Di Pasquale committed Dec 9, 2024
1 parent d3b9ca3 commit f718a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/plot/MctPlot.vue
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ export default {
// If we find the ID, clear the plot.
if (!domainObjectToClear
|| this.openmct.objects.areIdsEqual(domainObjectToClear.identifier, this.domainObject.identifier)
|| this.compositionPathContainsId(domainObjectToClear))
|| this.compositionPathContainsId(domainObjectToClear)
|| this.plotCompositionContainsId(domainObjectToClear))
{
this.clearSeries();
Expand Down

0 comments on commit f718a34

Please sign in to comment.