Skip to content

Commit

Permalink
Merge pull request #64 from web-dev-cody-hackathon/text-delta-bug-fix
Browse files Browse the repository at this point in the history
bug fix: typing text types backwards
  • Loading branch information
nmpereira authored Sep 26, 2023
2 parents be0339c + caf3d58 commit 77522fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/components/TextEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,6 @@ function QuillEditor(props: EditorProps) {
editor: ReactQuill.UnprivilegedEditor
) => {
setIsLoaded(false);
setTextDelta(editor.getText());

// debounce()
debounceRef.current?.();
Expand Down

0 comments on commit 77522fa

Please sign in to comment.