mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-05 20:30:15 +01:00
This commit is contained in:
parent
097501c84c
commit
bdaf53f1bc
1 changed files with 1 additions and 1 deletions
|
|
@ -1985,7 +1985,7 @@ export class WYSIWYG {
|
|||
updateTransaction(protyle, actionId, actionElement.parentElement.outerHTML, html);
|
||||
}
|
||||
} else {
|
||||
if (protyle.block.id === actionId) {
|
||||
if (protyle.block.showAll && protyle.block.id === actionId) {
|
||||
enterBack(protyle, actionId);
|
||||
} else {
|
||||
zoomOut({protyle, id: actionId});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue