This commit is contained in:
Vanessa 2022-12-24 22:04:01 +08:00
parent f7352acc45
commit 54d00a4081
5 changed files with 32 additions and 25 deletions

View file

@ -7,7 +7,10 @@ let yDiff: number;
export const handleTouchEnd = () => {
if (window.siyuan.mobileEditor) {
window.siyuan.mobileEditor.protyle.breadcrumb?.show();
document.querySelectorAll(".protyle-breadcrumb__bar--hide").forEach(item => {
item.classList.remove("protyle-breadcrumb__bar--hide")
})
window.siyuan.hideBreadcrumb = false;
}
if (!clientX || !clientY || navigator.userAgent.indexOf("iPhone") === -1) {