mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-03-01 06:22:44 -08:00
Apply remaining working-tree updates
This commit is contained in:
@@ -66,7 +66,7 @@ export function shortcutMatchesInputForLocalFallback(
|
||||
} else {
|
||||
if (process.platform === "darwin") {
|
||||
if (input.meta || input.control) return false;
|
||||
} else if (input.control) {
|
||||
} else if (!expectedControl && input.control) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user