diff options
| author | bob <bcz@cs.brown.edu> | 2019-03-18 09:52:17 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-03-18 09:52:17 -0400 |
| commit | c63f1d12b379f788b8065416519ee05c78e7f23a (patch) | |
| tree | 808674520cb5d7434c038789b21e4c5051abed02 /src/client/views/collections/PreviewCursor.tsx | |
| parent | 0a37e271eba5bf40d56ee3941f474cb0f10c0396 (diff) | |
| parent | 5be91465a7d534587a483d5631df705468910839 (diff) | |
Merge branch 'master' into authentication
Diffstat (limited to 'src/client/views/collections/PreviewCursor.tsx')
| -rw-r--r-- | src/client/views/collections/PreviewCursor.tsx | 1 |
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(); } } |
