diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2020-07-28 01:05:19 -0400 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2020-07-28 01:05:19 -0400 |
commit | ec3a3adb0f9c6706e963432170d59bf54f95702c (patch) | |
tree | 7c2cd91c51602bb6db1b3ec9f23f280562d49a04 /src/client/views/nodes/formattedText/FormattedTextBox.tsx | |
parent | 622ba99eff99f9af2e03c3a5f8a47e9ce95cdf7e (diff) |
chaned # text syntax to create a field startin with #. chaned pivot views to aggreate #keys as if the value were the key after the #
Diffstat (limited to 'src/client/views/nodes/formattedText/FormattedTextBox.tsx')
-rw-r--r-- | src/client/views/nodes/formattedText/FormattedTextBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/formattedText/FormattedTextBox.tsx b/src/client/views/nodes/formattedText/FormattedTextBox.tsx index 6b6fc5da2..c1a50268a 100644 --- a/src/client/views/nodes/formattedText/FormattedTextBox.tsx +++ b/src/client/views/nodes/formattedText/FormattedTextBox.tsx @@ -994,7 +994,7 @@ export class FormattedTextBox extends ViewBoxAnnotatableComponent<(FieldViewProp clipboardTextSerializer: this.clipboardTextSerializer, handlePaste: this.handlePaste, }); - !Doc.UserDoc().noviceMode && applyDevTools.applyDevTools(this._editorView); + // !Doc.UserDoc().noviceMode && applyDevTools.applyDevTools(this._editorView); const startupText = !rtfField && this._editorView && Field.toString(this.dataDoc[fieldKey] as Field); if (startupText) { const { state: { tr }, dispatch } = this._editorView; |