Daniel Beutner
Daniel Beutner
This patch works for me as well. I used it for modal and the click on a backdrop went through the underlying element and "tapped" it.
Sorry for the confusion but the patch did not work (somehow it worked as I wrote the last comment). I took a video of the issue to visualize the problem....
> Ok. So the issue is that you can "click-through" the backdrop. Now we are talking 😼 Exactly. > Just a quick check - is it working on production mode...
Seems the source maps reference to `../src/` but it is not packaged in node_modules. Adding them could be solve this?
Hey there, for me works an ordinary `white-space: pre-line;` on the `` which renders line breaks perfectly without adding ``s to the DOM. Like: ```jsx const Text = ({ children...
> If you want to replace the new line with something very specific, you can use this method: > > ``` > [BLOCKS.PARAGRAPH]: (node: any, children: any) => { >...
Are there any news? Do you need more info on this?
I have the exact same issue the notifications are not working on Firefox for Android. It works great in Chromium browser or Google Chrome. For further investigation it might be...
Thank you @dwelle! The current issue is solved but I found another issue if I drag and duplicate: https://user-images.githubusercontent.com/531853/203788525-5cef911a-6535-4e75-8d81-7b324a42b06f.mov
Thanks for your question. It happend in that link you posted. Steps to reproduce: - Select all elements - Duplicate via Cmd+d - Drag duplicate a bit down - Duplicate...