handlers/handle_insert_character library
Functions
-
executeHandleInsertCharacter(
String character, FluentDocument document) → void -
executeHandleInsertText(
String text, FluentDocument document) → void - Inserts text by iterating through grapheme clusters instead of UTF-16 code units. This ensures emoji and other multi-code-unit characters are inserted as single units.