diff options
author | bobzel <zzzman@gmail.com> | 2021-01-27 17:30:36 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2021-01-27 17:30:36 -0500 |
commit | e24584cc674f763aec5d0e8f55f95a1d4c14522f (patch) | |
tree | 1ef287b3bb39f7367c506bcd6143bc44e96174e6 /src/client/views/nodes/formattedText/FormattedTextBox.tsx | |
parent | bc8504151c8b6cb8c427f1f3c97c7f44eebc9426 (diff) |
fixed undo for timeline region creation. fixed inking tools display after deleting an active text. box
Diffstat (limited to 'src/client/views/nodes/formattedText/FormattedTextBox.tsx')
-rw-r--r-- | src/client/views/nodes/formattedText/FormattedTextBox.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/formattedText/FormattedTextBox.tsx b/src/client/views/nodes/formattedText/FormattedTextBox.tsx index e06a324d2..f3ac837d9 100644 --- a/src/client/views/nodes/formattedText/FormattedTextBox.tsx +++ b/src/client/views/nodes/formattedText/FormattedTextBox.tsx @@ -1302,6 +1302,7 @@ export class FormattedTextBox extends ViewBoxAnnotatableComponent<(FieldViewProp this.endUndoTypingBatch(); this.unhighlightSearchTerms(); this._editorView?.destroy(); + RichTextMenu.Instance.TextView === this && RichTextMenu.Instance.updateMenu(undefined, undefined, undefined); FormattedTextBoxComment.tooltip && (FormattedTextBoxComment.tooltip.style.display = "none"); } |