Skip to content

Commit

Permalink
added line space back in cmd.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerwuster authored and bhousel committed Dec 22, 2023
1 parent 2cd94e6 commit f0c4c4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/ui/cmd.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export let uiCmd = function(code) {
// return a display-focused string for a given keyboard code
uiCmd.display = function(context, code) {
if (code.length !== 1) return code;

const l10n = context.systems.l10n;
const detected = utilDetect();
const mac = (detected.os === 'mac');
Expand Down

0 comments on commit f0c4c4f

Please sign in to comment.