Mick Lawitzke
                                            Mick Lawitzke
                                        
                                    Is there any workaround for eslint configs like the one from Turbo that dont have a flat config yet? :)
Would LOVE to see Vercel Postgres and Neon :)
Guys instead of spamming useless +1 you should upvote the issue, or may open a PR, but this adds nothing except for spam. Anyway, this issue makes vaul-vue kinda useless....
Hey @harkor @zernonia thanks for the PR! However, doesnt this just set the default of `allowedToDrag` to `false`, or am I overseeing something? - I think in my example (drawer...
Can this be reopened please? @zernonia This is with latest 0.4.1: 
Workaround that I do for now using [VueUse](https://vueuse.org/core/useSwipe/): ```ts const isOpen = ref(false); const contentRef = ref(null); const { isSwiping, direction } = useSwipe(contentRef); watch(isSwiping, () => { if (direction.value...