diff options
| author | bobzel <zzzman@gmail.com> | 2021-10-04 21:21:55 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-10-04 21:21:55 -0400 |
| commit | fc679d849ae8afa3ef66e4e0b2b2b816e1fb41d4 (patch) | |
| tree | e7822c582049252c99c372f1fda8e4b31fa0303b /src/client/views/collections/collectionSchema/CollectionSchemaView.tsx | |
| parent | 76b833efe198a672795f61ee7a4b8d8cd6d5dd49 (diff) | |
fixed how filters work in Schema View. made filtering the default for clicking in title area.
Diffstat (limited to 'src/client/views/collections/collectionSchema/CollectionSchemaView.tsx')
| -rw-r--r-- | src/client/views/collections/collectionSchema/CollectionSchemaView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/collectionSchema/CollectionSchemaView.tsx b/src/client/views/collections/collectionSchema/CollectionSchemaView.tsx index 12493ecc1..b89246489 100644 --- a/src/client/views/collections/collectionSchema/CollectionSchemaView.tsx +++ b/src/client/views/collections/collectionSchema/CollectionSchemaView.tsx @@ -1,6 +1,6 @@ import React = require("react"); import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; -import { action, computed, observable, untracked } from "mobx"; +import { action, computed, observable, untracked, trace } from "mobx"; import { observer } from "mobx-react"; import Measure from "react-measure"; import { Resize } from "react-table"; |
