src/layout/mixin/ResizeHandler.js
@@ -32,15 +32,6 @@ const rect = body.getBoundingClientRect(); return rect.width - 1 < WIDTH; }, resizeHandler() { if (!document.hidden) { const isMobile = this.isMobile(); store.app().toggleDevice(isMobile ? 'mobile' : 'desktop'); if (isMobile) { store.app().closeSidebar({ withoutAnimation: true }); } } } resizeHandler() {} } });