mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-28 19:26:09 +01:00
This commit is contained in:
parent
a721bbe6f0
commit
087aef84c4
4 changed files with 4 additions and 9 deletions
|
|
@ -453,8 +453,6 @@ export class WYSIWYG {
|
|||
}
|
||||
} else {
|
||||
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