aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSam Wilkins <35748010+samwilkins333@users.noreply.github.com>2019-06-18 13:19:50 -0400
committerGitHub <noreply@github.com>2019-06-18 13:19:50 -0400
commitb1af251b058743798aa3fa3895d22327c8560dfc (patch)
tree4de2c0cffbafc396f50febbbdcda2f8271485ebf /src
parent9544576ec0167d64f564ae4c87d392eba07ff467 (diff)
Added pointer down flag for tab focus
Diffstat (limited to 'src')
-rw-r--r--src/client/views/collections/CollectionDockingView.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionDockingView.tsx b/src/client/views/collections/CollectionDockingView.tsx
index 9aa4ab45a..6b0e6deba 100644
--- a/src/client/views/collections/CollectionDockingView.tsx
+++ b/src/client/views/collections/CollectionDockingView.tsx
@@ -45,6 +45,7 @@ export class CollectionDockingView extends React.Component<SubCollectionViewProp
private _containerRef = React.createRef<HTMLDivElement>();
private _flush: boolean = false;
private _ignoreStateChange = "";
+ private _isPointerDown = false;
constructor(props: SubCollectionViewProps) {
super(props);