aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/PreviewCursor.tsx
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-03-18 09:52:17 -0400
committerbob <bcz@cs.brown.edu>2019-03-18 09:52:17 -0400
commitc63f1d12b379f788b8065416519ee05c78e7f23a (patch)
tree808674520cb5d7434c038789b21e4c5051abed02 /src/client/views/collections/PreviewCursor.tsx
parent0a37e271eba5bf40d56ee3941f474cb0f10c0396 (diff)
parent5be91465a7d534587a483d5631df705468910839 (diff)
Merge branch 'master' into authentication
Diffstat (limited to 'src/client/views/collections/PreviewCursor.tsx')
-rw-r--r--src/client/views/collections/PreviewCursor.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/collections/PreviewCursor.tsx b/src/client/views/collections/PreviewCursor.tsx
index cbcfa568d..cbf36cf9e 100644
--- a/src/client/views/collections/PreviewCursor.tsx
+++ b/src/client/views/collections/PreviewCursor.tsx
@@ -59,7 +59,6 @@ export class PreviewCursor extends React.Component<PreviewCursorProps> {
let newBox = Documents.TextDocument({ width: 200, height: 100, x: x, y: y, title: "new" });
this.props.addLiveTextDocument(newBox);
e.stopPropagation();
- e.preventDefault();
}
}