diff options
| author | ab <abdullah_ahmed@brown.edu> | 2019-07-14 23:44:17 -0400 |
|---|---|---|
| committer | ab <abdullah_ahmed@brown.edu> | 2019-07-14 23:44:17 -0400 |
| commit | af4a0ecc4adb270251c953c64c0bf163fa8f8d4b (patch) | |
| tree | d27caf862dafb9dc3f71d3f4ffa789d16fe3c2af /src/client/views/DocumentDecorations.tsx | |
| parent | b7dd805549c5cdb6b583312e5e9637f9f3e0ee93 (diff) | |
init
Diffstat (limited to 'src/client/views/DocumentDecorations.tsx')
| -rw-r--r-- | src/client/views/DocumentDecorations.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/DocumentDecorations.tsx b/src/client/views/DocumentDecorations.tsx index 2cb3de50f..c4c14c708 100644 --- a/src/client/views/DocumentDecorations.tsx +++ b/src/client/views/DocumentDecorations.tsx @@ -453,7 +453,6 @@ export class DocumentDecorations extends React.Component<{}, { value: string }> if (this._linkButton.current !== null && (e.movementX > 1 || e.movementY > 1)) { document.removeEventListener("pointermove", this.onLinkButtonMoved); document.removeEventListener("pointerup", this.onLinkButtonUp); - DragLinksAsDocuments(this._linkButton.current, e.x, e.y, SelectionManager.SelectedDocuments()[0].props.Document); } e.stopPropagation(); |
