CSR-563 | Fix bracket formatting

This commit is contained in:
Scott Kiener 2022-05-16 16:12:11 -04:00
parent d0e9717dee
commit a7e56b8a5f

View file

@ -96,7 +96,7 @@ export default {
rect.top >= 0 && rect.top >= 0 &&
rect.bottom <= (window.innerHeight || document.documentElement.clientHeight) rect.bottom <= (window.innerHeight || document.documentElement.clientHeight)
); );
} },
}, },
updated() { updated() {
if (this.doesScrollToOnAppear && this.$el.style.display != 'none') { if (this.doesScrollToOnAppear && this.$el.style.display != 'none') {