diff options
| author | bobzel <zzzman@gmail.com> | 2024-09-21 22:45:13 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-09-21 22:45:13 -0400 |
| commit | 589997c0cd40e28cd596a6a3aa4da8d0bd438eed (patch) | |
| tree | 5649f1d01543e0c523bb44fd5f4694dadf614a3f /src/client/views/collections/CollectionCardDeckView.tsx | |
| parent | da6deb7c3eca25284ec662ce2a891952d86b5b79 (diff) | |
| parent | f29740d79ef0b43b445eb4ab86baef77c9d51158 (diff) | |
Merge branch 'master' into alyssa-starter
Diffstat (limited to 'src/client/views/collections/CollectionCardDeckView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionCardDeckView.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/views/collections/CollectionCardDeckView.tsx b/src/client/views/collections/CollectionCardDeckView.tsx index 201205436..8a9cc46f6 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, |
