Skip to content

Commit

Permalink
removed extra space after event emit
Browse files Browse the repository at this point in the history
  • Loading branch information
kpal81xd committed Feb 22, 2024
1 parent 063eefd commit 3f2c637
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/NumericInput/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ class NumericInput extends InputElement {
this.focus();

this.emit('slider:mouseup');

};

protected _onInputChange(evt: Event) {
Expand Down

0 comments on commit 3f2c637

Please sign in to comment.