diff options
author | bobzel <zzzman@gmail.com> | 2021-04-15 00:04:18 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2021-04-15 00:04:18 -0400 |
commit | 4334a553fdfdf44b1d1c609290fe2a874a408967 (patch) | |
tree | 77ff61a8d14844d5e832fb409a9649fd47f7e105 /src/client/views/nodes/formattedText/FormattedTextBox.tsx | |
parent | 3ca56576e187e2f3cc87770b0fbdf8aa6cae73f3 (diff) |
fixed up carousels to work with templated documents
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 9203207d7..25dc93605 100644 --- a/src/client/views/nodes/formattedText/FormattedTextBox.tsx +++ b/src/client/views/nodes/formattedText/FormattedTextBox.tsx @@ -1342,6 +1342,7 @@ export class FormattedTextBox extends ViewBoxAnnotatableComponent<(FieldViewProp this._undoTyping = undefined; return wasUndoing; } + @action onBlur = (e: any) => { FormattedTextBox.Focused === this && (FormattedTextBox.Focused = undefined); if (RichTextMenu.Instance?.view === this._editorView && !this.props.isSelected(true)) { |