aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/formattedText/FormattedTextBox.tsx
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2020-07-04 12:25:09 -0400
committerBob Zeleznik <zzzman@gmail.com>2020-07-04 12:25:09 -0400
commit6b24899bcf2c099163c1ca872d65b6318c11a53b (patch)
treedaba86d893ba874077714a3a11b142d0001f990a /src/client/views/nodes/formattedText/FormattedTextBox.tsx
parent641ddbeefbbc05f8bf586c542595af672826149b (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.tsx1
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();