Closed kimikage closed 4 years ago
Merging #18 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #18 +/- ##
=======================================
Coverage 87.80% 87.80%
=======================================
Files 2 2
Lines 82 82
=======================================
Hits 72 72
Misses 10 10
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 19f62f6...8f136b7. Read the comment docs.
This uses the standard
WheelEvent
API instead of legacy APIs. https://caniuse.com/#feat=mdn-api_wheelevent_deltayThis also explicitly calls
stopPropagation()
. I don't know the need for it, but it might solve the issue #5.However, this PR does not change the essential behavior. I will improve the zoom UI in v0.2 series.