dbvideostriketeam / wubloader

MIT License
15 stars 8 forks source link

Prevent event propagation from the crop images #486

Open dcollinsn opened 1 week ago

dcollinsn commented 1 week ago

Arrow keys allow moving the crop boxes on the advanced thumbnail images. However, the left-right arrow keys also move the play head on the video.

I think we want to find a way to block propagation (bubbling?) of that event out of the crop overlay elements.