Skip to content

Commit

Permalink
allow onFinish events to bubble up the DOM
Browse files Browse the repository at this point in the history
  • Loading branch information
eatyourgreens committed Dec 16, 2024
1 parent c791810 commit 4059705
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ function InteractionLayer({

function onFinish(event) {
event?.preventDefault?.()
event?.stopPropagation?.()
setCreating(false)
}

Expand Down

0 comments on commit 4059705

Please sign in to comment.