mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
minor changes
This commit is contained in:
parent
8f6211a35b
commit
c04c2bc3c6
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ CloudCommander.Editor.Keys = (function(){
|
|||
/* getting CloudEditor element */
|
||||
var lEditorHidden= CloudCommander.Editor.CloudMirror.getById('CloudEditor');
|
||||
lEditorHidden &&
|
||||
lEditorHidden = lEditorHidden.className;
|
||||
(lEditorHidden = lEditorHidden.className);
|
||||
/* если клавиши можно обрабатывать
|
||||
* и CloudEditor не спрятан
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue