aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-05-09 14:15:42 -0400
committerbob <bcz@cs.brown.edu>2019-05-09 14:15:42 -0400
commitb83cfb1c48cced31f930e3f72a9c5ae503b81790 (patch)
tree85ce34dd7b0d7f5f0a1af12bf95c8e10b416c97e /src
parent244d4d127e7e1a0faadbc5a8baed7922ef03522c (diff)
from last
Diffstat (limited to 'src')
-rw-r--r--src/client/views/DocumentDecorations.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/DocumentDecorations.tsx b/src/client/views/DocumentDecorations.tsx
index 85ddadd64..2bde4e0c8 100644
--- a/src/client/views/DocumentDecorations.tsx
+++ b/src/client/views/DocumentDecorations.tsx
@@ -318,6 +318,7 @@ export class DocumentDecorations extends React.Component<{}, { value: string }>
e.stopPropagation();
}
+ @action
onLinkerButtonMoved = (e: PointerEvent): void => {
if (this._linkerButton.current !== null) {
document.removeEventListener("pointermove", this.onLinkerButtonMoved);