Vanessa 2024-09-12 18:13:32 +08:00
parent 0d4f9528cc
commit d48c501569
2 changed files with 26 additions and 43 deletions

View file

@ -654,8 +654,6 @@ export class WYSIWYG {
if (moveEvent.clientY > y - dragHeight + 8 && moveEvent.clientY < mostBottom) {
dragElement.style.height = (dragHeight + (moveEvent.clientY - y)) + "px";
}
} else {
dragElement.parentElement.parentElement.style.width = (parseInt(dragElement.style.width) + 10) + "px";
}
};