diff --git a/src/components/NumericInput/index.ts b/src/components/NumericInput/index.ts index ac0d83ca..49b1b91a 100644 --- a/src/components/NumericInput/index.ts +++ b/src/components/NumericInput/index.ts @@ -189,7 +189,6 @@ class NumericInput extends InputElement { this.focus(); this.emit('slider:mouseup'); - }; protected _onInputChange(evt: Event) {