You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users might be overwhelmed with the many features for first sight. Better to make fold state customizable / collapsed, where there are many, and open the first only.
E.g. in src/components/containers/PlotlyPanel.js:
const newFoldStates = new Array(numFolds).fill(this.props.collapseByDefault); // instead of merely .fill(false)
The text was updated successfully, but these errors were encountered:
Users might be overwhelmed with the many features for first sight. Better to make fold state customizable / collapsed, where there are many, and open the first only.
E.g. in
src/components/containers/PlotlyPanel.js
:const newFoldStates = new Array(numFolds).fill(this.props.collapseByDefault); // instead of merely .fill(false)
The text was updated successfully, but these errors were encountered: