Zihua Li

Results 343 comments of Zihua Li

I haven't looked at it so not sure. I guess we can start with commenting out 'Enter' key handlers in keyboard.ts and see if the `event.preventDefault()` causes the issue.

You should be able to access the demo page on http://localhost:9000/standalone/full/. Does it work for you?

You can use a simulator or access the internal IP address (ex 192.168.xx.xxx) on your iPhone. Frankly speaking I guess this bug is not straightforward to fix so not sure...

Closing with #4120

I think the 404 error has been fixed in https://github.com/storybooks/storybook/pull/20462?

Can you reproduce the issue in https://quilljs.com/playground/snow?

I did see the exception in Sentry with 2.0 beta but haven't found a way to reproduce.

Thanks for the contribution! `strong` and `i` are block level elements so we should not return true for them. I don't think it's the root cause for the bug.

Looks like the unit tests fail. You can check them locally with `npm run test:unit -w quill`.

To make sure it's an issue on Quill side, could you reproduce it on https://quilljs.com/playground/snow?