Fix filterpanel collapsing on scroll in mobile view

This commit is contained in:
Björn Fromme
2019-08-15 15:01:28 +02:00
parent e86ed95a61
commit 354762a30a
@@ -300,7 +300,6 @@ new Vue({
$window.on('resize', () => {
this.setMobileMode();
this.initCarousels();
this.initFilterpanel();
this.initDropdownMenuBehavior();
let newBackgroundImageMode = this.getBackgroundImageMode();
if (this.backgroundImageMode !== newBackgroundImageMode) {