Fix filterpanel collapsing on scroll in mobile view
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user