mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-18 01:50:58 +08:00
This commit is contained in:
parent
db10cf2f43
commit
a6ee73cdb8
@ -2095,7 +2095,7 @@ export class WYSIWYG {
|
|||||||
} else if (!ctrlIsPressed && !event.shiftKey) {
|
} else if (!ctrlIsPressed && !event.shiftKey) {
|
||||||
openAsset(protyle.app, linkPathname, parseInt(getSearch("page", linkAddress)), "right");
|
openAsset(protyle.app, linkPathname, parseInt(getSearch("page", linkAddress)), "right");
|
||||||
}
|
}
|
||||||
} else {
|
} else if (!ctrlIsPressed && !event.shiftKey && !event.altKey) {
|
||||||
openByMobile(linkAddress);
|
openByMobile(linkAddress);
|
||||||
}
|
}
|
||||||
/// #if !BROWSER
|
/// #if !BROWSER
|
||||||
|
Loading…
Reference in New Issue
Block a user