Nemuritor01 / css-swipe-card

6 stars 1 forks source link

Event propagation not stopped properly #4

Open asneyap opened 2 weeks ago

asneyap commented 2 weeks ago

Hi,

First of all, thank you so much for your work. I’ve been struggling a bit with the well known swipe-card plugin but yours seems simpler to me, I’ve found an annoying issue (v.0.8.0) though: my dashboard has several views and I use the hass-swipe-navigation module. Yours seems to be propagating touches upwards so when I try to slide a card, it also slides the dashboard view thus making it unusable. Could you please add a call to the stopPropagation method?

Thank you!

Nemuritor01 commented 1 week ago

Hi, thanks for posting this issue. Ive checked it and implemented a fix. Will be released in the next update.