mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-26 18:26:09 +01:00
This commit is contained in:
parent
ecfa676bc7
commit
d05d444c66
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ const setHTML = (options: {
|
|||
expand: boolean,
|
||||
scrollAttr?: IScrollAttr
|
||||
}, protyle: IProtyle) => {
|
||||
if (protyle.contentElement.classList.contains("fn__none")) {
|
||||
if (protyle.contentElement.classList.contains("fn__none") && protyle.wysiwyg.element.innerHTML !== "") {
|
||||
return;
|
||||
}
|
||||
protyle.block.showAll = options.action.includes(Constants.CB_GET_ALL);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue