🎨
This commit is contained in:
parent
3e6f697050
commit
0f64f95733
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ export const windowMouseMove = (event: MouseEvent & { target: HTMLElement }, mou
|
|||
if (window.siyuan.hideBreadcrumb) {
|
||||
window.siyuan.hideBreadcrumb = false;
|
||||
getAllEditor().forEach(item => {
|
||||
if (item.protyle.breadcrumb.element.classList.contains("protyle-breadcrumb__bar--hide")) {
|
||||
if (item.protyle.breadcrumb?.element.classList.contains("protyle-breadcrumb__bar--hide")) {
|
||||
item.protyle.breadcrumb.element.classList.remove("protyle-breadcrumb__bar--hide");
|
||||
item.protyle.breadcrumb.render(item.protyle, true);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue