mirror of
https://github.com/nasa/openmct.git
synced 2024-12-20 05:37:53 +00:00
Reset independent time when domain object changes (#4723)
This commit is contained in:
parent
6aaf4a2c06
commit
f211d3fab0
@ -105,7 +105,11 @@ export default {
|
||||
watch: {
|
||||
domainObject: {
|
||||
handler(domainObject) {
|
||||
this.independentTCEnabled = domainObject.configuration.useIndependentTime === true;
|
||||
|
||||
if (!domainObject.configuration.timeOptions || !this.independentTCEnabled) {
|
||||
this.destroyIndependentTime();
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user