Skip to content

Commit

Permalink
Avoid showing unpinned collapsible panels at startup
Browse files Browse the repository at this point in the history
  • Loading branch information
dgthanhan committed Oct 18, 2018
1 parent a850534 commit f7bae5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/views/common/CollapseablePanel.js
Expand Up @@ -128,6 +128,8 @@ CollapseablePanel.prototype.onAttached = function () {
if (inside) return;
this.collapseAll();
}.bind(this), false);

if (float) this.collapseAll();
};

CollapseablePanel.prototype.handleSplitterMouseDown = function (event) {
Expand Down

0 comments on commit f7bae5e

Please sign in to comment.