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
When PanelConfig.defaultCollapsed = true the following runs inside setCollapsed when the PersistenceProvider is created and first attempts to setPersistableState
When
PanelConfig.defaultCollapsed = true
the following runs insidesetCollapsed
when thePersistenceProvider
is created and first attempts tosetPersistableState
hoist-react/desktop/cmp/panel/PanelModel.ts
Line 302 in c94ce75
This causes the size to be stomped on and always get size to the default size.
The text was updated successfully, but these errors were encountered: