Skip to content

Commit

Permalink
chore: remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsTheGlidingSquirrel committed Jan 28, 2025
1 parent 7c99b75 commit a0a60d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/frontend/SerloEditorWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ export default function SerloEditorWrapper(props: SerloContentProps) {
clearTimeout(saveTimeoutRef.current)
}
savePendingRef.current = true
// Save after three seconds
saveTimeoutRef.current = window.setTimeout(() => save(newState), 500)
},
[save]
Expand Down

0 comments on commit a0a60d2

Please sign in to comment.