Skip to content

Commit e555b81

Browse files
committed
Fix tiny bug where settings cards usage affected view cards
1 parent 079b788 commit e555b81

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/model/ui/ui-store.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,6 @@ export class UiStore {
381381
toggleSettingsCardCollapsed(key: SettingsCardKey) {
382382
const cardState = this.settingsCardStates[key];
383383
cardState.collapsed = !cardState.collapsed;
384-
this.expandedViewCard = undefined;
385384
}
386385

387386
@action.bound

0 commit comments

Comments
 (0)