mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-20 23:36:10 +01:00
This commit is contained in:
parent
f7352acc45
commit
54d00a4081
5 changed files with 32 additions and 25 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue