diff options
| author | bobzel <zzzman@gmail.com> | 2021-02-27 12:43:07 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-02-27 12:43:07 -0500 |
| commit | 3837b3746c771960e8a0f7b00648f739495ca92d (patch) | |
| tree | f1a8c02cd1f48c992f125d6e0008e20b4d20368c /src/client/views/PreviewCursor.tsx | |
| parent | 17de222e15525ec5bda3c4e7113c1471dbfb906c (diff) | |
more cleanup of unused fields and minor fixes to things like the color picker's display of the selcted documents background color. also a fix for textbox autoresizing when dragged small
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 5b57ad19f..679a4b81e 100644 --- a/src/client/views/PreviewCursor.tsx +++ b/src/client/views/PreviewCursor.tsx @@ -79,7 +79,7 @@ export class PreviewCursor extends React.Component<{}> { else { // creates text document FormattedTextBox.PasteOnLoad = e; - UndoManager.RunInBatch(() => PreviewCursor._addLiveTextDoc(CurrentUserUtils.GetNewTextDoc("-pasted text-", newPoint[0], newPoint[1], 500)), "paste"); + UndoManager.RunInBatch(() => PreviewCursor._addLiveTextDoc(CurrentUserUtils.GetNewTextDoc("-pasted text-", newPoint[0], newPoint[1], 500, undefined, undefined, undefined, 750)), "paste"); } } else //pasting in images |
