Zihua Li

Results 27 issues of Zihua Li

Closes #4190 The cause is that when `deleteText()` doesn't do anything (either length is `0` or `index` is after the end), `change` passed to `Editor#update()` would be a delta that...

change:bugfix

### Is there an existing issue for this? - [X] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues - [X] I have reviewed the documentation https://docs.sentry.io/ - [X] I am using...

Type: Bug
Package: react
Waiting for: Community

Closes #1395 Besides the steps described in #1395, there is another bug related to cursor: 1. Type "1234" in the editor. 2. Move the caret between "2" and "3". 3....

change:bugfix

Replaces #4319 ## Test Plan 1. Paste content contains multiple regular spaces into Quill editor, make sure they are collapsed correctly unless they are inside a ``. 1. Paste content...

change:bugfix

Bug addressed by this PR: 1. Go to https://quilljs.com/playground/snow 2. Type "1 2" (note the consecutive spaces in the middle) 3. Select all text in the editor 4. Copy and...

change:bugfix

Closes #1813 # Test Plan Make sure the issue mentioned in #1813 is fixed

### To reproduce 1. Go to https://jsbin.com/sosumon/edit?html,js,output 2. Click the stage ### Expected On the first click, it should log both `"handler1"` and `"handler2"`. ### Actual behavior On the first...