Skip to content

Commit

Permalink
Merge pull request #607 from digabi/fix/cursor-jumping-on-long-answer
Browse files Browse the repository at this point in the history
Fix/cursor jumping on long answer
  • Loading branch information
heeboA authored Nov 4, 2024
2 parents e2b0aa2 + f51e399 commit 3cc7b09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/state/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ export function EditorStateProvider({
function onBlur() {
setActiveMathEditor(null)
setIsMathToolbarOpen(false)
mainTextAreaRef.current?.focus()

history.clear()
onAnswerChange()
Expand Down

0 comments on commit 3cc7b09

Please sign in to comment.