diff options
author | Tyler Schicke <tyler_schicke@brown.edu> | 2019-05-20 17:10:32 -0400 |
---|---|---|
committer | Tyler Schicke <tyler_schicke@brown.edu> | 2019-05-20 17:10:32 -0400 |
commit | 530918797617a4f010c5d34d836f942ac7356274 (patch) | |
tree | a9fb35810334ff8263259890e4a61535e1f3f3b5 /src/client/views/nodes/CollectionFreeFormDocumentView.tsx | |
parent | 7cde8383e45ccf8293ec9cba2beddc64bceda2aa (diff) | |
parent | 059faf25a0f8ba80e1d2853dcefa1a70df4cbb6a (diff) |
Merge branch 'master' of github-tsch-brown:browngraphicslab/Dash-Web
Diffstat (limited to 'src/client/views/nodes/CollectionFreeFormDocumentView.tsx')
-rw-r--r-- | src/client/views/nodes/CollectionFreeFormDocumentView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/CollectionFreeFormDocumentView.tsx b/src/client/views/nodes/CollectionFreeFormDocumentView.tsx index 5bff08280..fa2b09ba7 100644 --- a/src/client/views/nodes/CollectionFreeFormDocumentView.tsx +++ b/src/client/views/nodes/CollectionFreeFormDocumentView.tsx @@ -189,6 +189,7 @@ export class CollectionFreeFormDocumentView extends DocComponent<CollectionFreeF if (this._doubleTap) { this.props.addDocTab(this.props.Document, "inTab"); SelectionManager.DeselectAll(); + this.props.Document.libraryBrush = false; } let altKey = e.altKey; if (Math.abs(e.clientX - this._downX) < Utils.DRAG_THRESHOLD && |