EastsideCo / polaris-vue

Allows you to use Shopify Polaris components in Vue 2.
https://www.npmjs.com/package/@eastsideco/polaris-vue
113 stars 27 forks source link

Passive event listener fix for touch devices and fix clientY #13

Closed ghost closed 2 years ago

ghost commented 5 years ago

Had some issues on mobile devices and these changes worked on my end.

  1. [Intervention] Unable to preventDefault inside passive event listener due to target being treated as passive.
  2. Cannot read property 'clientY' of undefined.

Sorry for low quality image:

Best Regards