mirror of
https://github.com/nasa/openmct.git
synced 2025-06-12 20:28:14 +00:00
WIP change replication in time api calls to use composables
many things broken will need refactor to account for independent time conductor
This commit is contained in:
@ -25,7 +25,6 @@
|
||||
:input-bounds="bounds"
|
||||
:input-time-system="timeSystem"
|
||||
@focus="$event.target.select()"
|
||||
@update="setBoundsFromView"
|
||||
@dismiss="dismiss"
|
||||
/>
|
||||
<div v-else class="c-compact-tc__setting-wrapper">
|
||||
@ -166,12 +165,6 @@ export default {
|
||||
format: key
|
||||
}).formatter;
|
||||
},
|
||||
setBoundsFromView(bounds) {
|
||||
this.$emit('bounds-updated', {
|
||||
start: bounds.start,
|
||||
end: bounds.end
|
||||
});
|
||||
},
|
||||
dismiss() {
|
||||
this.$emit('dismiss-inputs-fixed');
|
||||
}
|
||||
|
Reference in New Issue
Block a user