diff --git a/lib/client/editor.js b/lib/client/editor.js index 798bd978..b2d8a9b5 100644 --- a/lib/client/editor.js +++ b/lib/client/editor.js @@ -50,7 +50,7 @@ CloudCommander.Editor.CloudMirror = { lineWrapping: true, extraKeys: { //Сохранение - "Esc": pParent.hide + "Esc": pParent.hide(pParent) }, onLoad: pParent.show() });