Skip to content

Commit cc2e99e

Browse files
committed
fix tidy code keyboard shortcut key
1 parent 4cdace3 commit cc2e99e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/modules/IDE/components/Editor/stateUtils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ export function createNewFileState(filename, document, settings) {
391391
// Depending on the file mode, we have a different tidier function.
392392
const mode = getFileMode(filename);
393393
extraKeymaps.push({
394-
key: `Shift-Mod-F`,
394+
key: `Shift-Mod-f`,
395395
run: (cmView) => tidyCodeWithPrettier(cmView, mode)
396396
});
397397

0 commit comments

Comments
 (0)