diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2020-07-04 12:25:09 -0400 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2020-07-04 12:25:09 -0400 |
commit | 6b24899bcf2c099163c1ca872d65b6318c11a53b (patch) | |
tree | daba86d893ba874077714a3a11b142d0001f990a /src/client/views/nodes/formattedText/FormattedTextBox.tsx | |
parent | 641ddbeefbbc05f8bf586c542595af672826149b (diff) |
fixed highlighting active alignment and bullet type in richtextmenu
Diffstat (limited to 'src/client/views/nodes/formattedText/FormattedTextBox.tsx')
-rw-r--r-- | src/client/views/nodes/formattedText/FormattedTextBox.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/formattedText/FormattedTextBox.tsx b/src/client/views/nodes/formattedText/FormattedTextBox.tsx index 8e3087672..fc63dfbf5 100644 --- a/src/client/views/nodes/formattedText/FormattedTextBox.tsx +++ b/src/client/views/nodes/formattedText/FormattedTextBox.tsx @@ -1116,7 +1116,6 @@ export class FormattedTextBox extends ViewBoxAnnotatableComponent<(FieldViewProp @action onFocused = (e: React.FocusEvent): void => { - console.log("FOUCSS"); FormattedTextBox.FocusedBox = this; this.tryUpdateHeight(); |