diff --git a/lib/client/editor.js b/lib/client/editor.js index 243b8119..95d042ab 100644 --- a/lib/client/editor.js +++ b/lib/client/editor.js @@ -88,7 +88,7 @@ CloudCommander.Editor.CodeMirror = { if(lCodeMirror.length) { var lDiv = lCodeMirror[0].getElementsByTagName('div'); if(lDiv.length) - lDiv.style.cssText += lDiv.style.cssText + ';top:26px;left:57px'; + lDiv[0].style.cssText += lDiv.style.cssText + ';top:26px;left:57px'; } lCloudEditor && (lCloudEditor.className = '');