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
Reference in a new issue