mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
fixed bug with event name
This commit is contained in:
parent
b2b12ed863
commit
bde746d9d0
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ CloudCommander.Editor.Keys = (function(){
|
|||
|
||||
/* добавляем обработчик клавишь */
|
||||
if(document.addEventListener)
|
||||
document.addEventListener('exec_editor', key_event,false);
|
||||
document.addEventListener('keydown', key_event,false);
|
||||
else document.onkeypress=key_event;
|
||||
/* клавиши назначены*/
|
||||
CloudCommander.keyBinded=true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue