Fix previous fix

This commit is contained in:
Visman 2023-04-06 23:36:41 +07:00
parent 3e332f3fa0
commit 473299520a

View file

@ -4055,7 +4055,7 @@
next.insertData(0, previousText);
remove(emoticon);
if (prev) {
dom.remove(prev);
remove(prev);
}
// Need to update the range starting position if it's been modified