Skip to content
Snippets Groups Projects

Re-enable browser search

Merged Elias Villiger requested to merge F17393-fe-report-editor-qfq-syntax-highlighting into develop
1 file
+ 2
5
Compare changes
  • Side-by-side
  • Inline
@@ -794,11 +794,8 @@
"Ctrl-Enter": function (cm) {
cm.execCommand("indentAuto");
},
"Ctrl-F": function (cm) {
cm.execCommand("findPersistent");
},
"Cmd-F": function (cm) {
cm.execCommand("findPersistent");
"Cmd-Enter": function (cm) {
cm.execCommand("indentAuto");
}
})
});
Loading