Can't get my head around this: ``` $($el).on('shown.offcanvas', function() { $('.offcanvas-outer').on('click', function() { $el.offcanvas('hide'); }); }); ``` Once hidden the trigger doesn't work correctly.
Can't get my head around this:
Once hidden the trigger doesn't work correctly.