From 26685ace67cb65a67941677db2621ecdf16c7193 Mon Sep 17 00:00:00 2001 From: Burhanuddin Udaipurwala Date: Sat, 23 Apr 2022 11:45:26 +0530 Subject: [PATCH] feat: make panel position a persistent perference --- lib/api/src/modules/layout.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/api/src/modules/layout.ts b/lib/api/src/modules/layout.ts index 8a7fc359516..62af329e69e 100644 --- a/lib/api/src/modules/layout.ts +++ b/lib/api/src/modules/layout.ts @@ -136,7 +136,7 @@ export const init: ModuleFn = ({ store, provider, singleStory }) => { panelPosition: position, }, }), - { persistence: 'session' } + { persistence: 'permanent' } ); }