mirror of
https://github.com/nasa/openmct.git
synced 2025-02-01 08:48:28 +00:00
Code cleanup.
This commit is contained in:
parent
51b435b0f4
commit
bea6d9b264
@ -60,12 +60,12 @@ export default {
|
||||
return [...this.indicators].sort((a, b) => b.value.priority - a.value.priority);
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
contentUpdated() {
|
||||
// console.log('content updated');
|
||||
// this.checkOverflow();
|
||||
}
|
||||
},
|
||||
// watch: {
|
||||
// contentUpdated() {
|
||||
// console.log('content updated');
|
||||
// this.checkOverflow();
|
||||
// }
|
||||
// },
|
||||
mounted() {
|
||||
if (this.listenForOverflow) {
|
||||
window.addEventListener('load', this.checkOverflow);
|
||||
|
Loading…
x
Reference in New Issue
Block a user