diff options
author | bobzel <zzzman@gmail.com> | 2024-10-04 21:35:22 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2024-10-04 21:35:22 -0400 |
commit | 9323ad30103b474e95610e97eb92916a0cf71f7b (patch) | |
tree | 72f20d339139018bde242121eaba16e9e939c93b /src/client/views/nodes/formattedText/FormattedTextBox.tsx | |
parent | 2e883e481fa2064983bcd16425118c1abb55cedb (diff) |
more lint fixes to schema view changes.
Diffstat (limited to 'src/client/views/nodes/formattedText/FormattedTextBox.tsx')
-rw-r--r-- | src/client/views/nodes/formattedText/FormattedTextBox.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/views/nodes/formattedText/FormattedTextBox.tsx b/src/client/views/nodes/formattedText/FormattedTextBox.tsx index c1367aa0b..0d7914a82 100644 --- a/src/client/views/nodes/formattedText/FormattedTextBox.tsx +++ b/src/client/views/nodes/formattedText/FormattedTextBox.tsx @@ -1498,7 +1498,6 @@ export class FormattedTextBox extends ViewBoxAnnotatableComponent<FormattedTextB pdfAnchorId && this.addPdfReference(pdfAnchorId); } if (this._props.autoFocus) setTimeout(() => this._editorView!.focus()); // not sure why setTimeout is needed but editing dashFieldView's doesn't work without it. - } // add user mark for any first character that was typed since the user mark that gets set in KeyPress won't have been called yet. @@ -2087,7 +2086,6 @@ export class FormattedTextBox extends ViewBoxAnnotatableComponent<FormattedTextB </div> </div> ); - } } |