Spencer Small
Spencer Small
I'm building a React app using Remix (SSR) and ran into issues with XMLHttpRequests in this package, which aren't supported by Node. My workaround was to use `yarn patch` and...
### Which packages did you experience the bug in? core, vue-3 ### What Tiptap version are you using? 2.3.0 ### What’s the bug you are facing? I've created a custom...
### Environment - Operating System: Darwin - Node Version: v20.11.1 - Nuxt Version: 3.11.2 - CLI Version: 3.11.1 - Nitro Version: 2.9.6 - Package Manager: [email protected] - Builder: - -...
Hi! It appears that even with `preventOverlayInteraction` set to false, this package still applies blocking dom listeners that prevent clicks, focusin, etc.. The following workaround works locally, however in my...
Hi! First of all, thanks for building such a great package. I'm trying to build an onboarding tutorial in my app's VueFlow editor, however given that the user can pan...