This repository was archived by the owner on Sep 6, 2021. It is now read-only.
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
SidebarView does not dispatch hide and show events #4383
Closed
Description
At one point before df7a495, SidebarView
would dispatch hide
and show
events.
Currently, it appears that clients would need to get a jQuery object for the #sidebar
element and listen for panelExpanded
and panelCollapsed
.
I propose we either (a) update the documentation in SidebarView.js
to match the current behavior or (b) we reintroduce the show
and hide
events.