diff options
| author | monikahedman <monika_hedman@brown.edu> | 2019-08-21 11:00:08 -0400 |
|---|---|---|
| committer | monikahedman <monika_hedman@brown.edu> | 2019-08-21 11:00:08 -0400 |
| commit | 0759b23448de29158367f344342e939dfa6eaf48 (patch) | |
| tree | 3c09f978081bb466068aff5868e1c3e6b479cfd0 /src/client/views/PreviewCursor.tsx | |
| parent | 4a6231e1631cda4f3f09ce0202538108609a8d47 (diff) | |
moved links to own folder
Diffstat (limited to 'src/client/views/PreviewCursor.tsx')
| -rw-r--r-- | src/client/views/PreviewCursor.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/PreviewCursor.tsx b/src/client/views/PreviewCursor.tsx index 40be470d6..9ec31d67d 100644 --- a/src/client/views/PreviewCursor.tsx +++ b/src/client/views/PreviewCursor.tsx @@ -51,7 +51,7 @@ export class PreviewCursor extends React.Component<{}> { // tests for URL and makes web document let re: any = /^https?:\/\/www\./g; if (re.test(e.clipboardData.getData("text/plain"))) { - const url = e.clipboardData.getData("text/plain") + const url = e.clipboardData.getData("text/plain"); PreviewCursor._addDocument(Docs.Create.WebDocument(url, { title: url, width: 300, height: 300, // nativeWidth: 300, nativeHeight: 472.5, |
