We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 079b788 commit e555b81Copy full SHA for e555b81
1 file changed
src/model/ui/ui-store.ts
@@ -381,7 +381,6 @@ export class UiStore {
381
toggleSettingsCardCollapsed(key: SettingsCardKey) {
382
const cardState = this.settingsCardStates[key];
383
cardState.collapsed = !cardState.collapsed;
384
- this.expandedViewCard = undefined;
385
}
386
387
@action.bound
0 commit comments