mirror of
https://github.com/nasa/openmct.git
synced 2024-12-18 20:57:53 +00:00
Remove debouncing
This commit is contained in:
parent
9fcebf8b11
commit
9f7a88090c
@ -129,7 +129,6 @@ export default {
|
||||
this.removeStatusListener = this.openmct.status.observe(this.domainObject.identifier, this.setStatus);
|
||||
this.status = this.openmct.status.get(this.domainObject.identifier);
|
||||
|
||||
this.updateTimestamp = _.debounce(this.updateTimestamp, 100);
|
||||
this.openmct.time.on('bounds', this.updateTimestamp);
|
||||
this.openmct.editor.on('isEditing', this.setEditState);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user