monkeyphysics

Results 17 comments of monkeyphysics

Is there any hotfix available? It's hard to apply the change to the minified Quill code, and don't want to run unminified in production.

For future visitors, there's a simple solution: https://react-dnd.github.io/react-dnd/examples/dustbin/iframe

I am running into the same issue, and don't have the option to use the object syntax as alternative at the moment. Is there no way to fix this within...

My use case is a different background image for hover: ``` .item { background-image: url(${img-regular}); &:hover { background-image: url(${img-hover}); } } ``` I've looked at the parser before to fix...

Thanks for this! Any consideration on the suggested regex replace?

@FlaminSarge Just checked: with the Mac input device set to "internal", this issue doesn't happen indeed.

After some quick research, the issue may not be related to SDL. More specifically, it seems to be an issue with AirPods and desktop/laptop Apple systems in general. The explanation...