Kieran Mansfield
Kieran Mansfield
I've got the same issues, it's broken the scrolling on my site as soon as elements start moving. Weirdly though, other iOS browsers (they're all based on Safari) - everything...
Still broken on iOS 15.1.
I'm having the same issue, cannot enable the plugin - it fails to load.
Plugin still fails to load with the new version, had a look at the dev tools console. ``` Plugin failure: obsidian-raindrop Error: ENOENT: no such file or directory, open '/Users/username/Obsidian/My...
Same issue, nuxt 3.8.0. Tried this, didn't solve it for me. @RayJason > You should init it in > > ```ts > onMounted(() => nextTick(()=>{..})) > ``` Error message -...
This definitely needs more information, it'd also be nice to be able to have a template for the entries. For example - displaying items in a card view. It's a...
I tried this the other day and it didn't work for me, however I've just had another go and it worked like a treat. No idea why it was playing...
@pieterjanmaes How do I actually implement something like Scroll to top? ``` const { $lenis } = useNuxtApp() function scrollToTop() { $lenis.scrollTo(0) } Back To Top ``` I've added Locomotive...