mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-18 15:40:12 +01:00
This commit is contained in:
parent
89fe4fc560
commit
09bad9b446
1 changed files with 9 additions and 9 deletions
|
|
@ -390,7 +390,7 @@ export class Files extends Model {
|
|||
target.removeAttribute("data-opening");
|
||||
}
|
||||
});
|
||||
} else if (!event.altKey && !isNotCtrl(event) && event.shiftKey) {
|
||||
} else if (!event.altKey && isOnlyMeta(event) && event.shiftKey) {
|
||||
openFileById({
|
||||
app: options.app,
|
||||
id: target.getAttribute("data-node-id"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue