mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 09:00:12 +01:00
This commit is contained in:
parent
db10cf2f43
commit
a6ee73cdb8
1 changed files with 1 additions and 1 deletions
|
|
@ -2095,7 +2095,7 @@ export class WYSIWYG {
|
|||
} else if (!ctrlIsPressed && !event.shiftKey) {
|
||||
openAsset(protyle.app, linkPathname, parseInt(getSearch("page", linkAddress)), "right");
|
||||
}
|
||||
} else {
|
||||
} else if (!ctrlIsPressed && !event.shiftKey && !event.altKey) {
|
||||
openByMobile(linkAddress);
|
||||
}
|
||||
/// #if !BROWSER
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue