Skip to content

Commit

Permalink
fix(kselect): remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
portikM authored Jan 4, 2024
1 parent 326576f commit 35b091c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/KSelect/KSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,6 @@ const onInputBlur = (): void => {
}
const onSelectWrapperClick = (event: Event): void => {
console.log('here')
/**
* The component is designed so that most of the time it propagates click events
* so that popover component handles them properly (for example closing the dropdown when clicking outside of it or selecting an item).
Expand Down

0 comments on commit 35b091c

Please sign in to comment.