loryjs/lory

Unable to preventDefault inside passive event listener invocation.

oneezy opened this issue · 3 comments

When using enableMouseEvents: true + Google Chrome's Dev Tools "Device Toolbar" and apply a "drag" with the mouse, this bug pops up in the console. It's odd because the bug doesn't actually show up unless you've got the device toolbar opened.

image

+1, only when "touch" is enabled. Have to make test if device touch is enabled.

Can be closed because prevent default was removed because of other issues and because it is not needed.

Thanks for the issue.