Fix previous fix
This commit is contained in:
parent
3e332f3fa0
commit
473299520a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue