mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 01:17:18 +00:00
Update lib/client/editor.js
This commit is contained in:
parent
64008f0aae
commit
67f1e80fe6
1 changed files with 1 additions and 1 deletions
|
|
@ -183,7 +183,7 @@ CloudCommander.Editor.Keys = (function(){
|
|||
/* loading js and css of CodeMirror */
|
||||
this.CodeMirror.show(this.CodeMirror);
|
||||
|
||||
var key_event=function(event){
|
||||
var key_event = function(event){
|
||||
|
||||
/* если клавиши можно обрабатывать */
|
||||
if(CloudCommander.keyBinded){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue