diff options
| author | laurawilsonri <laura_wilson@brown.edu> | 2019-02-26 17:46:27 -0500 |
|---|---|---|
| committer | laurawilsonri <laura_wilson@brown.edu> | 2019-02-26 17:46:27 -0500 |
| commit | 498f915675c1a7e6a3c3b332a2ecc77222bb4785 (patch) | |
| tree | 49f50d4986005b0c6d0df8ecf5a52c8769b416ff /src/client/views/nodes/DocumentView.tsx | |
| parent | e1928fc233c924f59d1b8b3062cc956ef0c06099 (diff) | |
removed a bunch of stuff
Diffstat (limited to 'src/client/views/nodes/DocumentView.tsx')
| -rw-r--r-- | src/client/views/nodes/DocumentView.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/views/nodes/DocumentView.tsx b/src/client/views/nodes/DocumentView.tsx index 9f80c4e3a..50dc9ddc1 100644 --- a/src/client/views/nodes/DocumentView.tsx +++ b/src/client/views/nodes/DocumentView.tsx @@ -113,14 +113,12 @@ export class DocumentView extends React.Component<DocumentViewProps> { } } - onPointerMove = (e: PointerEvent): void => { if (e.cancelBubble) { this._contextMenuCanOpen = false; return; } if (Math.abs(this._downX - e.clientX) > 3 || Math.abs(this._downY - e.clientY) > 3) { - this._contextMenuCanOpen = false; if (this._mainCont.current != null && !this.topMost) { this._contextMenuCanOpen = false; |
