Skip to content

Commit 7ffa17c

Browse files
g547315brichet
andauthored
Update packages/commands/src/index.ts
Co-authored-by: Nicolas Brichet <[email protected]>
1 parent 7818bf5 commit 7ffa17c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/commands/src/index.ts

-1
Original file line numberDiff line numberDiff line change
@@ -1292,7 +1292,6 @@ export namespace CommandRegistry {
12921292
if (!layout.isModifierKey(key)) {
12931293
mods.push(key);
12941294
// for modifier and character key strings
1295-
return mods.join(' ');
12961295
}
12971296
// for purely modifier key strings
12981297
return mods.join(' ');

0 commit comments

Comments
 (0)