mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-18 23:50:13 +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");
|
target.removeAttribute("data-opening");
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
} else if (!event.altKey && !isNotCtrl(event) && event.shiftKey) {
|
} else if (!event.altKey && isOnlyMeta(event) && event.shiftKey) {
|
||||||
openFileById({
|
openFileById({
|
||||||
app: options.app,
|
app: options.app,
|
||||||
id: target.getAttribute("data-node-id"),
|
id: target.getAttribute("data-node-id"),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue