mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-01 07:05:13 +00:00
@@ -1987,7 +1987,6 @@ void InputField::processFormatting(int insertPosition, int insertEnd) {
|
||||
|
||||
if (ch + 1 < textEnd && ch->isHighSurrogate() && (ch + 1)->isLowSurrogate()) {
|
||||
++ch;
|
||||
++fragmentPosition;
|
||||
}
|
||||
}
|
||||
if (action.type != ActionType::Invalid) {
|
||||
|
Reference in New Issue
Block a user