diff options
author | bobzel <zzzman@gmail.com> | 2020-09-21 00:22:16 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2020-09-21 00:22:16 -0400 |
commit | 6fc12ef418f420087256a1a8463faac5dcce67c6 (patch) | |
tree | 2219e686ee581376ae085e47387ba556a6ba45ec /src/client/views/nodes/formattedText/FormattedTextBox.tsx | |
parent | e4ae6fa6df6bb0118f113bbdf3a40f768405f7b3 (diff) |
made curPage a playground field so that scroll positions aren't mirrored.
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 41969fd3e..db4bf1086 100644 --- a/src/client/views/nodes/formattedText/FormattedTextBox.tsx +++ b/src/client/views/nodes/formattedText/FormattedTextBox.tsx @@ -1426,7 +1426,6 @@ export class FormattedTextBox extends ViewBoxAnnotatableComponent<(FieldViewProp public static LiveTextUndo: UndoManager.Batch | undefined; public static HadSelection: boolean = false; onBlur = (e: any) => { - console.log("blur ", document.activeElement?.textContent); FormattedTextBox.HadSelection = window.getSelection()?.toString() !== ""; this.endUndoTypingBatch(); this.doLinkOnDeselect(); |