Lukas von Blarer
Lukas von Blarer
Here is a more generic version of @eertmanhidde 's approach: ``` mounted() { setTimeout(() => { const cells = this.$refs.flickity.getCellElements() this.$refs.flickity.on('dragMove', function (event, pointer, moveVector) { cells.forEach((element) => { element.classList.add('nopointer')...
I am currently facing this issue as well. @juice49 Could you post how you removed the hover event from selectivzr? @CorySimmons It just doesn't work when selectivzr isn't loaded. What...
@CorySimmons Well, this seems to solve this Problem in your case. But what side effect may this be causing? We should look for a clean solution instead of hacking a...
@CorySimmons Well, this polyfill already provides a pretty good fallback. I think it should be doable to fix this issue. At least we should try to ;)
@DustinBrett Works for me. Thanks!
> This link `{rel: 'preconnect', crossorigin: ''}` will be rendered as `}` That is not correct. This is being output: `` Sadly that hasn't the desired effect.
@pimlie Ah ok. Thanks for clarifying.
Well, there is a nuxt3 branch since march: https://github.com/nuxt-community/svg-sprite-module/tree/nuxt3
I have the same issue. This is really annoying, if you have to work with one of the MS fonts... Has anyone found a workaround?
@rodrigodagostino Wow, thanks a lot! That worked for me as well. As a temporary workaround that's fine.