Skip to content

Commit 938d353

Browse files
authored
7796 fix - kol-input-range Nummernfeld mit Mausklick nicht fokussierbar (#7828)
2 parents d2192ab + 6405ba0 commit 938d353

File tree

1 file changed

+0
-1
lines changed
  • packages/components/src/components/input-range

1 file changed

+0
-1
lines changed

packages/components/src/components/input-range/shadow.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ export class KolInputRange implements InputRangeAPI, FocusableElement {
133133
state: this.state,
134134
class: clsx('kol-input-range', 'range'),
135135
tooltipAlign: this._tooltipAlign,
136-
onClick: () => this.refInputRange?.focus(),
137136
alert: this.showAsAlert(),
138137
};
139138
}

0 commit comments

Comments
 (0)