diff options
| author | bobzel <zzzman@gmail.com> | 2023-03-25 10:10:49 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-03-25 10:10:49 -0400 |
| commit | c70a4c82501a318136b04623f92b35461014b179 (patch) | |
| tree | 13e061bb6cee15f08b5ec270dbfdd59b6fc47430 /src/client/views/collections/CollectionNoteTakingView.tsx | |
| parent | fddac687934db4421adc16496beaee111b2d5c71 (diff) | |
fixed notetakingview pointer/wheel events.
Diffstat (limited to 'src/client/views/collections/CollectionNoteTakingView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionNoteTakingView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionNoteTakingView.tsx b/src/client/views/collections/CollectionNoteTakingView.tsx index fbf7db892..121260680 100644 --- a/src/client/views/collections/CollectionNoteTakingView.tsx +++ b/src/client/views/collections/CollectionNoteTakingView.tsx @@ -515,6 +515,7 @@ export class CollectionNoteTakingView extends CollectionSubView() { this.observer.observe(ref); } }} + select={this.props.select} addDocument={this.addDocument} chromeHidden={this.chromeHidden} columnHeaders={this.columnHeaders} |
