diff options
| author | tschicke-brown <tyler_schicke@brown.edu> | 2019-07-08 13:41:59 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-08 13:41:59 -0400 |
| commit | b2dc1c1d5e31a6241851d418db3a64ae6ca4dde8 (patch) | |
| tree | 48fc22aefbd29518f82e6ef8a042adeca468a8b2 /src/client/views/search | |
| parent | 4324641522b035edb4a803401263bb732b98ab16 (diff) | |
| parent | ad87140f4a52984d754c06fcb55e66a0cc935ce2 (diff) | |
Merge pull request #196 from browngraphicslab/glChanges
Some golden layout changes
Diffstat (limited to 'src/client/views/search')
| -rw-r--r-- | src/client/views/search/SearchItem.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/search/SearchItem.tsx b/src/client/views/search/SearchItem.tsx index 99701471d..804ffa7f5 100644 --- a/src/client/views/search/SearchItem.tsx +++ b/src/client/views/search/SearchItem.tsx @@ -231,7 +231,6 @@ export class SearchItem extends React.Component<SearchItemProps> { onPointerDown = (e: React.PointerEvent<HTMLDivElement>) => { e.stopPropagation(); - e.preventDefault(); const doc = Doc.IsPrototype(this.props.doc) ? Doc.MakeDelegate(this.props.doc) : this.props.doc; DragManager.StartDocumentDrag([e.currentTarget], new DragManager.DocumentDragData([doc], []), e.clientX, e.clientY, { handlers: { dragComplete: emptyFunction }, |
