diff options
| author | bobzel <zzzman@gmail.com> | 2023-11-16 16:18:32 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-11-16 16:18:32 -0500 |
| commit | 5931380effc04d63bb05c47eb6bde7b20a1b214f (patch) | |
| tree | b31f2a044e7752c0a732d830757793bcafbcad10 /src/client/views/collections/CollectionView.tsx | |
| parent | 384489db1afe0bc332a382446db0c0434a34525d (diff) | |
removed touch code that wasn't being used or maintained
Diffstat (limited to 'src/client/views/collections/CollectionView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionView.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/views/collections/CollectionView.tsx b/src/client/views/collections/CollectionView.tsx index 29abff3a4..389a9a534 100644 --- a/src/client/views/collections/CollectionView.tsx +++ b/src/client/views/collections/CollectionView.tsx @@ -80,8 +80,6 @@ export class CollectionView extends ViewBoxAnnotatableComponent<ViewBoxAnnotatab private reactionDisposer: IReactionDisposer | undefined; @observable _isContentActive: boolean | undefined; - protected _multiTouchDisposer?: InteractionUtils.MultiTouchEventDisposer; - constructor(props: any) { super(props); runInAction(() => (this._annotationKeySuffix = returnEmptyString)); |
