This commit is contained in:
Vanessa 2023-09-08 09:32:06 +08:00
parent 097501c84c
commit bdaf53f1bc

View file

@ -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});