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
Deleting characters outside the basic multilingual plane (like emoji, alchemical symbols and several others) does not work properly because they are composed of two code points. marker.deleteValueAtOffset naively splices out only a single "character" from the string.
The text was updated successfully, but these errors were encountered:
Deleting characters outside the basic multilingual plane (like emoji, alchemical symbols and several others) does not work properly because they are composed of two code points.
marker.deleteValueAtOffset
naively splices out only a single "character" from the string.The text was updated successfully, but these errors were encountered: