mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-03 05:04:51 +08:00
feat: make panel position a persistent perference
This commit is contained in:
parent
9977a79552
commit
26685ace67
@ -136,7 +136,7 @@ export const init: ModuleFn = ({ store, provider, singleStory }) => {
|
||||
panelPosition: position,
|
||||
},
|
||||
}),
|
||||
{ persistence: 'session' }
|
||||
{ persistence: 'permanent' }
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user