Skip to content

Commit

Permalink
refs #1438
Browse files Browse the repository at this point in the history
 * 순서조정
  • Loading branch information
yupmin committed Feb 10, 2010
1 parent 1961564 commit e2d2c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/FM_Modern/editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -1999,8 +1999,8 @@ TTModernEditor.prototype.toggleMode = function() {
this.iframe.style.display = "none";
this.textarea.style.display = "block";
this.editMode = "TEXTAREA";
this.textarea.value = this.html2ttml();
this.correctContent();
this.textarea.value = this.html2ttml();
this.textarea.focus();
this.resizer.target = this.textarea;
}
Expand Down

0 comments on commit e2d2c66

Please sign in to comment.