We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3995a28 commit 4ba5b57Copy full SHA for 4ba5b57
1 file changed
src/js/_enqueues/wp/theme-plugin-editor.js
@@ -400,13 +400,13 @@ wp.themePluginEditor = (function( $ ) {
400
editor.codemirror.on( 'change', component.onChange );
401
402
editor.codemirror.setOption( 'extraKeys', {
403
- 'Ctrl-S': function () {
404
- component.form.submit();
405
- },
406
- 'Cmd-S': function () {
407
408
- }
409
- });
+ 'Ctrl-S': function () {
+ component.form.submit();
+ },
+ 'Cmd-S': function () {
+ } );
410
411
// Improve the editor accessibility.
412
$( editor.codemirror.display.lineDiv )
0 commit comments