Closed serebrov closed 1 year ago
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
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).