diff --git a/src/ui/layout/status-bar/StatusIndicators.vue b/src/ui/layout/status-bar/StatusIndicators.vue index 41b51c91d3..31b33a245f 100644 --- a/src/ui/layout/status-bar/StatusIndicators.vue +++ b/src/ui/layout/status-bar/StatusIndicators.vue @@ -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);