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