You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Describe the issue]
quill.updateContents(delta) should fire one text-change event with 'api' source but a text-change event with 'user' source is also fired.
It might be related to this commit: e5651c6
Expected behavior: [expected]
Only 'api' text-change event with insert in the delta. Actual behavior: [actual]
We are getting a 'user' text-change event with insert in the delta.
The 'api' text-change event has a delta with retain and no insert:
// user source[{"retain":2},{"insert":"\n"}]// api source[{"retain":2},{"retain":1,"attributes":{"list":"ordered"}}]
Platforms:
Firefox 47 on Windows 7
Version:
1.0.0-beta.6
The text was updated successfully, but these errors were encountered:
[Describe the issue]
quill.updateContents(delta) should fire one text-change event with 'api' source but a text-change event with 'user' source is also fired.
It might be related to this commit:
e5651c6
Steps for Reproduction
Expected behavior: [expected]
Only 'api' text-change event with insert in the delta.
Actual behavior: [actual]
We are getting a 'user' text-change event with insert in the delta.
The 'api' text-change event has a delta with retain and no insert:
Platforms:
Firefox 47 on Windows 7
Version:
1.0.0-beta.6
The text was updated successfully, but these errors were encountered: