diff options
author | Fawn <fangrui_tong@brown.edu> | 2020-01-09 15:03:54 -0500 |
---|---|---|
committer | Fawn <fangrui_tong@brown.edu> | 2020-01-09 15:03:54 -0500 |
commit | 3b08b8c340bf889c99f7b2fa76cda0f8b2d4b0a1 (patch) | |
tree | b435736d3a2f7548f12895bb0cf317d8bf75b758 /src/client/views/nodes/FormattedTextBox.tsx | |
parent | 8f030c9a8ca1f61f8430e5ea92c48a7a6b6f079f (diff) |
refactored dropdown buttons into a buttondropdown component for richtextmenu
Diffstat (limited to 'src/client/views/nodes/FormattedTextBox.tsx')
-rw-r--r-- | src/client/views/nodes/FormattedTextBox.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/FormattedTextBox.tsx b/src/client/views/nodes/FormattedTextBox.tsx index 027bd492c..df055a2ab 100644 --- a/src/client/views/nodes/FormattedTextBox.tsx +++ b/src/client/views/nodes/FormattedTextBox.tsx @@ -1057,7 +1057,6 @@ export class FormattedTextBox extends DocAnnotatableComponent<(FieldViewProps & }); } onBlur = (e: any) => { - console.log("formated blur"); //DictationManager.Controls.stop(false); if (this._undoTyping) { this._undoTyping.end(); |