Eric Edem
Eric Edem
I was just messing around with this for a very similar problem, and I think you can just use `squirrel.And` (which is the default). This is a snippet of what...
Ok a quick implementation looks like I'm able to work around the issue by doing something like: ```jsx { if (!this._isHovering) { // handle exit } } > { this._isHovering...
I haven't dug into the React code for portals too deeply, but they are somehow figuring out how to propagate events correctly up the portal chain. I wonder if it...
Here is an issue that has since been closed in react discussing this problem, with a workaround: https://github.com/facebook/react/issues/10962
I think that sounds great! 👍
@Restuta @Me4ta Hey this is pretty cool.
It looks like the editor has props for applying arbitrary styles to the content editable, as well as an aria role. I wonder if there should just be an object...