diff options
| author | bob <bcz@cs.brown.edu> | 2019-09-26 14:37:49 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-09-26 14:37:49 -0400 |
| commit | 288a3a1368ab7de11007080e54cd1879196342a4 (patch) | |
| tree | bfc6d1d5466a13b95797297286159f5827479360 /src/client/views/collections/CollectionSubView.tsx | |
| parent | 0c0b5697957af3c1aa4560a707d37b1073b743a5 (diff) | |
hopefully last fixes for pdf interactions -- this time for marquee dragging with right button.
Diffstat (limited to 'src/client/views/collections/CollectionSubView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionSubView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionSubView.tsx b/src/client/views/collections/CollectionSubView.tsx index ce80526b2..9ffb7fa6d 100644 --- a/src/client/views/collections/CollectionSubView.tsx +++ b/src/client/views/collections/CollectionSubView.tsx @@ -30,7 +30,7 @@ export interface CollectionViewProps extends FieldViewProps { PanelWidth: () => number; PanelHeight: () => number; chromeCollapsed: boolean; - setPreviewCursor?: (func: (x: number, y: number) => void) => void; + setPreviewCursor?: (func: (x: number, y: number, drag: boolean) => void) => void; } export interface SubCollectionViewProps extends CollectionViewProps { |
