Skip to content

Commit

Permalink
docs(core): add todo to hopefully use debounce instead
Browse files Browse the repository at this point in the history
  • Loading branch information
RitaDias committed Oct 30, 2024
1 parent 451cc78 commit 39d12cc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export function ReleaseDetailsEditor({release}: {release: ReleaseDocument}): JSX
(changedValue: EditableReleaseDocument) => {
clearTimeout(timer)

/** @todo I wasn't able to get this working with the debouncer that we use in other parts */
const newTimer = setTimeout(() => {
updateRelease(changedValue)
}, 200)
Expand Down

0 comments on commit 39d12cc

Please sign in to comment.