Update ACE
This commit is contained in:
+2
-1
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
+3
-4
@@ -104,11 +104,10 @@
|
||||
editor.commands.addCommand({
|
||||
name: 'submitForm',
|
||||
bindKey: {
|
||||
win: 'Ctrl-Enter|Alt-Enter',
|
||||
mac: 'Command-Enter|Alt-Enter',
|
||||
sender: 'editor'
|
||||
win: 'Ctrl-Return|Alt-Return',
|
||||
mac: 'Command-Return|Alt-Return'
|
||||
},
|
||||
exec: function(env, args, request) {
|
||||
exec: function(editor) {
|
||||
$('form').submit();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user