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
range returns 1 as index if the cursor is after the latin character
delta.slice(0, range.index) returns 'o' only not the whole character
IMO, if the range returns 1 then delta.slice() should also behave accordingly. Now I'm not sure how to correctly split the delta when this type of unicode characters are used as delta
The text was updated successfully, but these errors were encountered:
Reproduction Steps:
IMO, if the range returns 1 then delta.slice() should also behave accordingly. Now I'm not sure how to correctly split the delta when this type of unicode characters are used as delta
The text was updated successfully, but these errors were encountered: