diff options
author | bobzel <zzzman@gmail.com> | 2021-09-29 22:51:21 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2021-09-29 22:51:21 -0400 |
commit | 1d2f03125cbfd1c7a03f0000454de4d70e73d690 (patch) | |
tree | 22ff01b179e1430b7a59b6a5356eb54966486bb1 /src/client/views/nodes/formattedText/FormattedTextBox.tsx | |
parent | b9adc2fec10d4509cd96558bb832f7c02bc70b25 (diff) |
made IsClosed a static function. fixed warnings and errors.
Diffstat (limited to 'src/client/views/nodes/formattedText/FormattedTextBox.tsx')
-rw-r--r-- | src/client/views/nodes/formattedText/FormattedTextBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/formattedText/FormattedTextBox.tsx b/src/client/views/nodes/formattedText/FormattedTextBox.tsx index 7afa54d5f..aa53f751d 100644 --- a/src/client/views/nodes/formattedText/FormattedTextBox.tsx +++ b/src/client/views/nodes/formattedText/FormattedTextBox.tsx @@ -960,7 +960,7 @@ export class FormattedTextBox extends ViewBoxAnnotatableComponent<(FieldViewProp GoogleApiClientUtils.Docs.write({ reference, content, mode }); } }; - UndoManager.AddEvent({ undo, redo }); + UndoManager.AddEvent({ undo, redo, prop: "" }); redo(); }); } |