From 3f2c637bff693a965f01ba76003c6eee5f56aef9 Mon Sep 17 00:00:00 2001 From: kpal Date: Thu, 22 Feb 2024 16:10:24 +0000 Subject: [PATCH] removed extra space after event emit --- src/components/NumericInput/index.ts | 1 - 1 file changed, 1 deletion(-) 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) {