title | issue |
---|---|
Fix button behind off-canvas still clickable on mobile |
NEXT-21565 |
- Changed method
_registerEvents
insrc/Storefront/Resources/app/storefront/src/plugin/offcanvas/offcanvas.plugin.js
to register eventtouchend
instead oftouchstart
when clicking on close off-canvas button.