Vue-storefront: "Unable to preventDefault inside passive event listener invocation." Product gallery when enabling drag

Created on 8 Mar 2019  路  1Comment  路  Source: DivanteLtd/vue-storefront

"Unable to preventDefault inside passive event listener invocation." Product gallery when enabling drag

question

Most helpful comment

We have passive listeners enabled to improve scrolling performance. You can easly get rid of this behaviour by removing this line in index.js file of your theme`

````js
import '@vue-storefront/core/lib/passive-listeners'

````

>All comments

We have passive listeners enabled to improve scrolling performance. You can easly get rid of this behaviour by removing this line in index.js file of your theme`

````js
import '@vue-storefront/core/lib/passive-listeners'

````

Was this page helpful?
0 / 5 - 0 ratings

Related issues

cartooncatfish picture cartooncatfish  路  3Comments

JuliaBonita picture JuliaBonita  路  5Comments

benjick picture benjick  路  4Comments

slightlyoff picture slightlyoff  路  3Comments

paulocoghi picture paulocoghi  路  5Comments