mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-29 19:56:10 +01:00
This commit is contained in:
parent
ccff6efc98
commit
966e1d4a5c
1 changed files with 3 additions and 1 deletions
|
|
@ -425,7 +425,9 @@ export class WYSIWYG {
|
|||
dragElement.style.height = (dragHeight + (moveEvent.clientY - y)) + "px";
|
||||
}
|
||||
} else {
|
||||
dragElement.parentElement.parentElement.style.maxWidth = (parseInt(dragElement.style.width) + 10) + "px";
|
||||
dragElement.parentElement.parentElement.style.width = (parseInt(dragElement.style.width) + 10) + "px";
|
||||
// 历史兼容
|
||||
dragElement.parentElement.parentElement.style.maxWidth = "";
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue