mirror of
https://github.com/nasa/openmct.git
synced 2025-02-05 02:29:21 +00:00
handle toggle independent time
This commit is contained in:
parent
a0291879e9
commit
e86c2a1d11
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user