Skip to content

Commit

Permalink
Update packages/select/src/vaadin-select.js
Browse files Browse the repository at this point in the history
  • Loading branch information
vursen authored Mar 30, 2022
1 parent c1654bc commit a8eae85
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/select/src/vaadin-select.js
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,6 @@ class Select extends DelegateFocusMixin(FieldMixin(SlotMixin(ElementMixin(Themab
menuElement.addEventListener(
'click',
() => {
console.log('click');
this.__userInteraction = true;
this.opened = false;
},
Expand Down

0 comments on commit a8eae85

Please sign in to comment.