title | issue |
---|---|
Fix quick opening and closing of OffCanvas cart |
NEXT-24497 |
- Deprecated parameter
closable
on methodsetContent
inoffcanvas.plugin.js
. Theclosable
parameter will be set by theopen
method only instead. - Removed parameter
closeable
from private method_registerEvents
inoffcanvas.plugin.js
. - Added parameter
closeable
to private method_createOffCanvas
inoffcanvas.plugin.js
. - Changed method
_registerEvents
and removed workaround to enablecloseable
option. Thecloseable
option is now used insidecreateOffCanvas
and will utilize thestatic
option of the Bootstrap OffCanvas.