Valentin Hervieu

Results 275 comments of Valentin Hervieu

Closing as there was no answer for a while. Comment to re-open 😉

No this is a different topic.

Does it work on another macOS browser?

I meant on a non-safari browser on macOS like Chrome. I tried it kinda work even though it doesn't feel natural. I don't know if there is a way to...

Ok this is probably this one that should be handled: https://developer.mozilla.org/en-US/docs/Web/API/Element/gesturechange_event Today, we simply prevent the default.

I fixed this in the react version a few minutes ago: https://github.com/ValentinH/react-easy-crop/pull/414 Would you be interested in adding the same to this svelte version? I haven't touched Svelte for years...

I actually noticed this as well but it's only on codesandbox and using safari if I'm not mistaken. Therefore, it's probably due to iframes and the gesture client X/Y not...

What you are looking for might be achievable by using the `skipTest` option: https://github.com/ValentinH/jest-fail-on-console#skiptest

I had a similar issue and it was also due to `@material-ui/icons` and loading all of them. If you import them directly from your application code, the tree-shaking works properly....