Sergey Khmelevskoy

Results 19 comments of Sergey Khmelevskoy

I don't like how the page jumps because of body height 100% and hidden overflow. Another solution that worked for me. So, the point is that fixedBgPos and fixedContentPos works...

+1 to this issue. I think `src/sorts/` should be marked as exportable modules

Also experiencing the same issue. Moreover, seems to be `beforeRouteEnter`, etc also not working at component level. For example using in `App.vue` console output is empty ```js ... data: ()...

same issue, And seems to be normal page scroll is blocked with touchswipe enabled

In my case title jumps ABC -> default title -> ABC when simply refreshing the page without any navigation `rc.10` `/pages/foo/index.vue` - `setup()` ```js useHead({ title: 'ABC', meta: [...] })...

Wrapper hack works well. Thank you @patforg @Obapelumi One more alternative with pooling `querySelector` in interval. Just be sure element teleport to is really somewhere on the page, otherwise loop...

Also having issues Vue 3 (Nuxt 3 rc.9) Error comes from `swiperRef` ```js onMounted(() => { if (!swiperRef.value) return; swiperRef.value.on('_slideClass', updateClasses); eventAttached = true; }); ``` Possible workaround would be...

Any solution for this issue yet? I'm usung CRA with react-span and specifying homepage path in package.json `"homepage": "http://domain.com/SubFolder"` gives this kind of "blank" output ``` $ react-snap 🕸 (1/1)...

Facing the same behavior With mask like `$("[js-cta-phone]").mask("000 000-00-00");` when key pressed on the position of space or character "-" cursor jumps to the beginning (4th keyup). So 5th key...

No solution yet. The only option is not to use contenteditable (just regular input) for now Also relevant issue #707