Skip to content

Commit

Permalink
[fix](@svelteui/core): do not propagate DOM change element for Number…
Browse files Browse the repository at this point in the history
…Input
  • Loading branch information
BeeMargarida committed Jun 27, 2023
1 parent 7760d9f commit 328d36b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
}
const dispatch = createEventDispatcher();
const forwardEvents = createEventForwarder(get_current_component());
const forwardEvents = createEventForwarder(get_current_component(), ['change']);
let isKeyDown = false;
let stepCount = 0;
Expand Down

0 comments on commit 328d36b

Please sign in to comment.