Skip to content

Commit

Permalink
Dispatch custom cancel event from cancel handler
Browse files Browse the repository at this point in the history
  • Loading branch information
dreinert1994 committed Oct 13, 2023
1 parent 04fc72a commit d192e4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/components/SveltyPicker.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@
valueArray = [...undoHistory];
currentValue = computeStringValue();
resetView();
dispatch('cancel');
}
/**
Expand Down

0 comments on commit d192e4b

Please sign in to comment.