mirror of
https://github.com/nasa/openmct.git
synced 2025-02-08 12:00:38 +00:00
Merge branch 'master' into 6557-annotations-image-tagging-prototype
This commit is contained in:
commit
fbb37ac382
@ -3,7 +3,7 @@
|
||||
"version": "2.2.4-SNAPSHOT",
|
||||
"description": "The Open MCT core platform",
|
||||
"devDependencies": {
|
||||
"@babel/eslint-parser": "7.19.1",
|
||||
"@babel/eslint-parser": "7.21.8",
|
||||
"@braintree/sanitize-url": "6.0.2",
|
||||
"@deploysentinel/playwright": "0.3.4",
|
||||
"@percy/cli": "1.24.0",
|
||||
|
@ -128,6 +128,7 @@ export default {
|
||||
await this.updateSelection(this.openmct.selection.get());
|
||||
},
|
||||
beforeDestroy() {
|
||||
this.openmct.annotation.off('targetDomainObjectAnnotated', this.loadAnnotationForTargetObject);
|
||||
this.openmct.selection.off('change', this.updateSelection);
|
||||
const unobserveEntryFunctions = Object.values(this.unobserveEntries);
|
||||
unobserveEntryFunctions.forEach((unobserveEntry) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user