mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-31 05:48:49 +01:00
This commit is contained in:
parent
bba40d278f
commit
76113a126c
1 changed files with 1 additions and 1 deletions
|
|
@ -395,7 +395,7 @@ export class WYSIWYG {
|
|||
documentSelf.ondragstart = null;
|
||||
documentSelf.onselectstart = null;
|
||||
documentSelf.onselect = null;
|
||||
if (!newWidth || newWidth !== oldWidth + "px") {
|
||||
if (!newWidth || newWidth === oldWidth + "px") {
|
||||
return;
|
||||
}
|
||||
transaction(protyle, [{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue