diff options
author | bob <bcz@cs.brown.edu> | 2019-05-14 19:07:31 -0400 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-05-14 19:07:31 -0400 |
commit | 8d03f27dc28e3d0ed8bb0a86339fec18ee56ef38 (patch) | |
tree | 05f8ef07c70cd869dca700e61c10ca9c30889d03 | |
parent | 281bfa589bd1ca66823003ca91cc11ce895fe5e2 (diff) |
fixed changing titles.
-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 5aa3d804d..627bedde2 100644 --- a/src/client/views/DocumentDecorations.tsx +++ b/src/client/views/DocumentDecorations.tsx @@ -96,7 +96,6 @@ export class DocumentDecorations extends React.Component<{}, { value: string }> this._downX = e.clientX; this._downY = e.clientY; e.stopPropagation(); - this.onBackgroundDown(e); document.removeEventListener("pointermove", this.onTitleMove); document.removeEventListener("pointerup", this.onTitleUp); document.addEventListener("pointermove", this.onTitleMove); |