CSR-563 | Fix bracket formatting
This commit is contained in:
parent
d0e9717dee
commit
a7e56b8a5f
1 changed files with 2 additions and 2 deletions
|
|
@ -95,8 +95,8 @@ export default {
|
||||||
return (
|
return (
|
||||||
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') {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue