File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 7070 let animationState: AnimationState = $state <AnimationState >(' idle' );
7171 let animationTimeout: ReturnType <typeof setTimeout > | null = $state (null );
7272
73- const configId = config [' storage-id' ] ?? config [ ' storgage-id ' ] ;
73+ const configId = config [' storage-id' ];
7474 const lastStorageOpenStateId = ' expander-open-' + configId ;
7575 showButtonUsers = preview || (userInList (config [' show-button-users' ]) ?? true );
7676
Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ export interface ExpanderConfig {
3737 'min-width-expanded' ?: number ;
3838 'max-width-expanded' ?: number ;
3939 icon ?: string ;
40- 'storgage-id' ?: string ; // Deprecated as of 2.6.5
4140 'storage-id' ?: string ;
4241 'icon-rotate-degree' ?: string ;
4342 'show-button-users' ?: string [ ] ;
You can’t perform that action at this time.
0 commit comments