Skip to content

Commit 34599a4

Browse files
authored
Merge pull request #4134 from skyash-dev/fix/tidy-code-shortcut
fix tidy code keyboard shortcut in CM6 editor
2 parents 4cdace3 + cc2e99e commit 34599a4

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)