This commit is contained in:
Vanessa 2023-08-01 21:42:57 +08:00
parent ef4b9f892b
commit 7e1d5c0a26

View file

@ -2019,6 +2019,7 @@ export class WYSIWYG {
} else if (lastEditElement) {
range.selectNodeContents(lastEditElement);
range.collapse(false);
focusByRange(range);
}
}
}