Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jxjj committed Sep 23, 2024
1 parent c3e20ef commit 475f91d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions resources/js/components/ComboBox/ComboBox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ function highlightNextOption() {
indexOfHighlightedOption.value === null
) {
highlightedOption.value = first(filteredOptions.value) ?? null;
console.log(highlightedOption.value);
return;
}
Expand Down Expand Up @@ -357,8 +356,6 @@ watch(
return;
}
console.log(highlightedOptionRef);
if (highlightedOptionRef) {
highlightedOptionRef.scrollIntoView({
block: "nearest",
Expand Down

0 comments on commit 475f91d

Please sign in to comment.