diff options
author | usodhi <61431818+usodhi@users.noreply.github.com> | 2021-03-17 22:36:16 -0400 |
---|---|---|
committer | usodhi <61431818+usodhi@users.noreply.github.com> | 2021-03-17 22:36:16 -0400 |
commit | a8c02cba0bf96e435e062f2251890243ad8f49e0 (patch) | |
tree | d311cf983e609a094efc6c5606423b2ce2727331 /src/client/views/PropertiesView.tsx | |
parent | c4ca83acf90676abf2f822b4b0ff455fe50c0ddb (diff) |
made and/or a property of the document so it's saved with the filter
Diffstat (limited to 'src/client/views/PropertiesView.tsx')
-rw-r--r-- | src/client/views/PropertiesView.tsx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/views/PropertiesView.tsx b/src/client/views/PropertiesView.tsx index c677478cb..b4e15b536 100644 --- a/src/client/views/PropertiesView.tsx +++ b/src/client/views/PropertiesView.tsx @@ -74,6 +74,9 @@ export class PropertiesView extends React.Component<PropertiesViewProps> { @observable openTransform: boolean = true; @observable openFilters: boolean = true; // should be false + /** + * autorun to set up the filter doc of a collection if that collection has been selected and the filters panel is open + */ private selectedDocListenerDisposer: Opt<Lambda>; // @observable selectedUser: string = ""; |