diff --git a/client/components/app/LazyBookshelf.vue b/client/components/app/LazyBookshelf.vue index 300c82096..68c09216f 100644 --- a/client/components/app/LazyBookshelf.vue +++ b/client/components/app/LazyBookshelf.vue @@ -816,7 +816,7 @@ export default { windowResize() { this.executeRebuild() }, - + initListeners() { window.addEventListener('resize', this.windowResize) this.$nextTick(() => { diff --git a/client/components/modals/BatchQuickMatchModel.vue b/client/components/modals/BatchQuickMatchModel.vue index f6bcd9728..f5828209a 100644 --- a/client/components/modals/BatchQuickMatchModel.vue +++ b/client/components/modals/BatchQuickMatchModel.vue @@ -1,5 +1,5 @@