Hide the current widget when collapsing, otherwise this is only the upper one which is displayed

Nicolas Brichet 3 years ago committed by foo
parent 2055ccfb5c
commit 1773c8fb26

@ -664,6 +664,7 @@ namespace Private {
* Collapse the sidebar so no items are expanded.
*/
collapse(): void {
this._current?.hide();
this._current = null;
}

Loading…
Cancel
Save