Vanessa 2025-09-29 17:16:34 +08:00
parent 89fe4fc560
commit 09bad9b446

View file

@ -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"),