Commit f346ce4bd9dce13ee45011baee1876d08d79e814

Authored by Rijn
1 parent f9a2e611

lint fix

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/components/modal/modal.vue
@@ -219,7 +219,7 @@ @@ -219,7 +219,7 @@
219 } 219 }
220 }, 220 },
221 scrolling (val) { 221 scrolling (val) {
222 - if (!this.scrolling) { 222 + if (!val) {
223 this.addScrollEffect(); 223 this.addScrollEffect();
224 } else { 224 } else {
225 this.removeScrollEffect(); 225 this.removeScrollEffect();