yassin hafi
Results
2
comments of
yassin hafi
hello i want to help you guys
```js EventHandler.on(window, EVENT_RESIZE, () => { for (const element of SelectorEngine.find('[aria-modal][class*=show][class*=offcanvas-]')) { if (getComputedStyle(element).position !== 'fixed' && element.offcanvas._hideOnWindowResizing) { Offcanvas.getOrCreateInstance(element).hide(); } } }); ``` In this updated code, I have...