diff options
author | Sophie Zhang <sophie_zhang@brown.edu> | 2023-07-20 00:54:07 -0400 |
---|---|---|
committer | Sophie Zhang <sophie_zhang@brown.edu> | 2023-07-20 00:54:07 -0400 |
commit | 078d595cb498592667a653a937b8ba25bcbf41bb (patch) | |
tree | 999f99e69d9122e4ce0f1f10bd7ba58782883d08 /src/client/views/nodes/formattedText/FormattedTextBox.tsx | |
parent | 40784b7265851b27e043c07e5f9038a0b29af8b7 (diff) |
refactoring gpt functionalities
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 20a176c58..212d24165 100644 --- a/src/client/views/nodes/formattedText/FormattedTextBox.tsx +++ b/src/client/views/nodes/formattedText/FormattedTextBox.tsx @@ -909,7 +909,7 @@ export class FormattedTextBox extends ViewBoxAnnotatableComponent<FieldViewProps // breakupdictiation for reference // prepareForTyping // stored marks - userMark and timestamp, setStoredMarks - //the._editorView.dispatch(state.tr.setSelection(updatted).insertText('\n, to)) + // the._editorView.dispatch(state.tr.setSelection(updated).insertText('\n, to)) askGPT = action(async () => { try { |