💄 status

This commit is contained in:
Vanessa 2022-06-28 18:17:43 +08:00
parent e1f6953a42
commit b20c1fec0c
3 changed files with 12 additions and 2 deletions

View file

@ -823,6 +823,7 @@ export class WYSIWYG {
mouseElement = newMouseElement;
}
hideElements(["select"], protyle);
countBlockWord([]);
let firstElement = document.elementFromPoint(newLeft - 1, newTop);
if (!firstElement) {
return;