handle toggle independent time

This commit is contained in:
David Tsay 2024-08-21 16:39:50 -07:00
parent a0291879e9
commit e86c2a1d11

View File

@ -180,6 +180,9 @@ export default {
myKeyString() {
console.log(`object changed`);
},
independentTCEnabled() {
this.handleIndependentTimeConductorChange();
},
timeContext() {
const keyString = this.openmct.objects.makeKeyString(this.domainObject.identifier);
@ -252,6 +255,7 @@ export default {
'configuration.useIndependentTime',
this.independentTCEnabled
);
},
setTimeOptions() {
this.timeOptions = toRaw(this.domainObject.configuration.timeOptions);