mirror of
https://github.com/nasa/openmct.git
synced 2025-06-18 23:28:14 +00:00
chore: modify cspell config and fix all typos (#6908)
This commit is contained in:
@ -72,7 +72,7 @@ export default {
|
||||
};
|
||||
},
|
||||
mounted() {
|
||||
this.openmct.time.on(TIME_CONTEXT_EVENTS.timeSysteChanged, this.setViewFromTimeSystem);
|
||||
this.openmct.time.on(TIME_CONTEXT_EVENTS.timeSystemChanged, this.setViewFromTimeSystem);
|
||||
this.openmct.time.on(TIME_CONTEXT_EVENTS.clockChanged, this.setViewFromClock);
|
||||
},
|
||||
unmounted() {
|
||||
|
@ -99,7 +99,7 @@ export default {
|
||||
return;
|
||||
}
|
||||
this.showConductorPopup = false;
|
||||
this.positionX = -10000; // reset it off screan
|
||||
this.positionX = -10000; // reset it off screen
|
||||
|
||||
document.removeEventListener('click', this.handleClickAway);
|
||||
window.removeEventListener('resize', this.positionBox);
|
||||
|
Reference in New Issue
Block a user