resize editor

This commit is contained in:
life
2014-05-27 12:59:14 +08:00
parent b1b36cec23
commit 910b079c55
2 changed files with 4 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -745,6 +745,9 @@ editorMode.prototype.resizeEditor = function() {
setTimeout(function() { setTimeout(function() {
resizeEditor(); resizeEditor();
}, 20); }, 20);
setTimeout(function() {
resizeEditor();
}, 500);
} }
editorMode.prototype.normalMode = function() { editorMode.prototype.normalMode = function() {
/* /*