|
@@ -450,7 +450,8 @@ export const zoomOut = (protyle: IProtyle, id: string, focusId?: string, isPushB
|
|
if (isPushBack) {
|
|
if (isPushBack) {
|
|
pushBack();
|
|
pushBack();
|
|
}
|
|
}
|
|
- } else if (protyle.breadcrumb) {
|
|
|
|
|
|
+ }
|
|
|
|
+ if (protyle.breadcrumb) {
|
|
const exitFocusElement = protyle.breadcrumb.element.parentElement.querySelector('[data-type="exit-focus"]');
|
|
const exitFocusElement = protyle.breadcrumb.element.parentElement.querySelector('[data-type="exit-focus"]');
|
|
if (id === protyle.block.rootID) {
|
|
if (id === protyle.block.rootID) {
|
|
exitFocusElement.classList.add("fn__none");
|
|
exitFocusElement.classList.add("fn__none");
|