Code cleanup.

This commit is contained in:
Charles Hacskaylo 2024-09-19 15:54:45 -07:00 committed by David Tsay
parent 51b435b0f4
commit bea6d9b264

View File

@ -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);