From 03374621c3739768850e4e183fbb5d1c278b2290 Mon Sep 17 00:00:00 2001 From: bobzel Date: Fri, 20 Sep 2024 15:01:28 -0400 Subject: removed assignment of OR filter mode from card view. not sure it's needed, but shouldn't be set automatically anyway. --- src/client/views/collections/CollectionCardDeckView.tsx | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/client/views/collections/CollectionCardDeckView.tsx') diff --git a/src/client/views/collections/CollectionCardDeckView.tsx b/src/client/views/collections/CollectionCardDeckView.tsx index d9c27254a..70b751f4c 100644 --- a/src/client/views/collections/CollectionCardDeckView.tsx +++ b/src/client/views/collections/CollectionCardDeckView.tsx @@ -99,8 +99,6 @@ export class CollectionCardView extends CollectionSubView() { }; componentDidMount() { - this.Document.childFilters_boolean = 'OR'; // bcz: really shouldn't be assigning to fields from within didMount -- this should be a default/override beahavior somehow - // Reaction to cardSort changes this._disposers.sort = reaction( () => GPTPopup.Instance.visible, -- cgit v1.2.3-70-g09d2