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
When I mark some text (multiple letters) and press delete key on my keyborad, the "text-change" event is fired as expected. But: The source is of type "api", but it should be of type "user" (if I'm right in understanding the distinction ;)
Expected behavior:
source type of text deletion (multiple letters) should be "user"
Actual behavior:
source type of text deletion (multiple letters) is "api"
Platforms:
Chromium 49.0.2623.108 and Mozilla Firefox 46.0 (both on Ubuntu 14.04)
Version:
1.0.0-beta.2
The text was updated successfully, but these errors were encountered:
When I mark some text (multiple letters) and press delete key on my keyborad, the "text-change" event is fired as expected. But: The source is of type "api", but it should be of type "user" (if I'm right in understanding the distinction ;)
Expected behavior:
source type of text deletion (multiple letters) should be "user"
Actual behavior:
source type of text deletion (multiple letters) is "api"
Platforms:
Chromium 49.0.2623.108 and Mozilla Firefox 46.0 (both on Ubuntu 14.04)
Version:
1.0.0-beta.2
The text was updated successfully, but these errors were encountered: