Skip to content

Commit 0c9640a

Browse files
committed
fix(chips): error after build because of static
1 parent 1862562 commit 0c9640a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/chips/chips.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ class Chips extends Component<ChipsOptions> {
433433
}
434434

435435
static {
436-
Chips.#keydown = false;
436+
this.#keydown = false;
437437
}
438438
}
439439

0 commit comments

Comments
 (0)