diff options
| author | bob <bcz@cs.brown.edu> | 2020-01-24 18:04:55 -0500 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2020-01-24 18:04:55 -0500 |
| commit | cb822629e9116ad989d7098a591e0fa481c3c82e (patch) | |
| tree | 4044ae7bb2dd611d5178c05d912b8734a58c70b2 /src/client/views/PreviewCursor.tsx | |
| parent | 15cb130178872d73b0c4939e4eca4f0eb21ed9f0 (diff) | |
warning fixes.
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 7993e951e..b1c84667d 100644 --- a/src/client/views/PreviewCursor.tsx +++ b/src/client/views/PreviewCursor.tsx @@ -65,7 +65,7 @@ export class PreviewCursor extends React.Component<{}> { return PreviewCursor._addDocument(Docs.Create.ImageDocument( arr[1], { - width: 300, title: arr[1], + _width: 300, title: arr[1], x: newPoint[0], y: newPoint[1], })); |
