Skip to content

Commit

Permalink
Preserve backward-compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
DCzajkowski committed Jul 29, 2018
1 parent 758e187 commit b48b126
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Components/Lightbox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@
}
},
tick() {
if (!this.$slots.loader) {
return
}
this.displayImage = false
Vue.nextTick(() => {
Expand Down

0 comments on commit b48b126

Please sign in to comment.