Skip to content

Commit 35866e8

Browse files
Update src/aria/spinbutton/spinbutton-increment.ts
Co-authored-by: Matthieu Riegler <kyro38@gmail.com>
1 parent 46d84e1 commit 35866e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/aria/spinbutton/spinbutton-increment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export class SpinButtonIncrement {
4444
});
4545

4646
/** Handles click events on the increment button. */
47-
_onClick(): void {
47+
protected _onClick(): void {
4848
if (!this._isDisabled()) {
4949
this.spinButton.increment();
5050
}

0 commit comments

Comments
 (0)