Unbind ace shortcut for code folding. Fixes #31

This commit is contained in:
Maximilian Grundke
2015-12-02 14:09:11 +01:00
parent 12f52c0cfc
commit 3cfd2f9399

View File

@ -411,6 +411,7 @@ $(function() {
editor.setReadOnly($(element).data('read-only') !== undefined);
editor.setShowPrintMargin(false);
editor.setTheme(THEME);
editor.commands.bindKey("ctrl+alt+0", null);
editors.push(editor);
var session = editor.getSession();
session.setMode($(element).data('mode'));