image-sequencer
image-sequencer copied to clipboard
Fix NDVI values getting overwritten by rgba values when hovered over image
Fixes #1594

Make sure these boxes are checked before your pull request (PR) is ready to be reviewed and merged. Thanks!
- [x] tests pass -- look for a green checkbox ✔️ a few minutes after opening your PR -- or run tests locally with
npm run test-all - [x] code is in uniquely-named feature branch and has no merge conflicts
- [x] PR is descriptively titled
- [x] ask
@publiclab/is-reviewersfor help, in a comment below - [x] Insert-step functionality is working correct as expected.
We're happy to help you get this ready -- don't be afraid to ask for help, and don't be discouraged if your tests fail at first!
If tests do fail, click on the red X to learn why by reading the logs.
Please be sure you've reviewed our contribution guidelines at https://publiclab.org/contributing-to-public-lab-software Please make sure to get at least two reviews before asking for merging the PR as that would make the PR more reliable on our part Thanks!
Codecov Report
Merging #1595 into main will not change coverage. The diff coverage is
n/a.
@@ Coverage Diff @@
## main #1595 +/- ##
=======================================
Coverage 66.65% 66.65%
=======================================
Files 130 130
Lines 2687 2687
Branches 434 434
=======================================
Hits 1791 1791
Misses 896 896
@publiclab/is-reviewers
Ah, this is great. Are we able to add to the UI test for this module? Thank you!
@jywarren I was trying to add the test for this but was not able to trigger the hover event for the image, do you have any idea how to procced further, Thanks!