Skip to content

Commit

Permalink
Fix #6499: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Rekl0w committed Apr 30, 2024
1 parent 012657e commit ecbc3e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/listbox/ListBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ export const ListBox = React.memo(
const len = target.value.length;

target.setSelectionRange(len, len);
setFocusedOptionIndex(-1) ;
setFocusedOptionIndex(-1);
} else {
let metaKey = event.metaKey || event.ctrlKey;
let optionIndex = findLastOptionIndex();
Expand Down

0 comments on commit ecbc3e3

Please sign in to comment.