mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 01:47:35 +00:00
Update lib/client/editor.js
This commit is contained in:
parent
c24cbab2cf
commit
ff8033b62f
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = '');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue