Skip to content

Commit c30490e

Browse files
authored
Merge branch 'develop-codemirror-v6' into fix/issue-4093-tidy-cm6
2 parents bd83142 + 34599a4 commit c30490e

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
@@ -394,7 +394,7 @@ export function createNewFileState(filename, document, settings) {
394394
const mode = getFileMode(filename);
395395
const fileTidyKeymap = [
396396
{
397-
key: 'Shift-Mod-F',
397+
key: 'Shift-Mod-f',
398398
run: (cmView) => {
399399
tidyCodeWithPrettier(cmView, mode);
400400
return true;

0 commit comments

Comments
 (0)