serebrov / emoji-mart-vue

One component to pick them all (performance improvements) 👊🏼
https://serebrov.github.io/emoji-mart-vue/
BSD 3-Clause "New" or "Revised" License
268 stars 48 forks source link

[#264] Prevent input 'select' event from propagating to component. #265

Closed serebrov closed 1 year ago

serebrov commented 1 year ago

Prevent default text select event.

In Vue 3 the event goes through the component and triggers the select event that is supposed to be emitted only with emoji (there is no such problem in Vue 2).

codecov-commenter commented 1 year ago

Codecov Report

Merging #265 (4575ff2) into master (a8ac66c) will not change coverage. The diff coverage is n/a.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@           Coverage Diff           @@
##           master     #265   +/-   ##
=======================================
  Coverage   89.42%   89.42%           
=======================================
  Files          15       15           
  Lines         577      577           
  Branches      143      143           
=======================================
  Hits          516      516           
  Misses         55       55           
  Partials        6        6           
Impacted Files Coverage Δ
src/components/Picker.vue 100.00% <ø> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more