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 e88e579 commit 1961564
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 @@ -1643,7 +1643,7 @@ TTModernEditor.prototype.eventHandler = function(event) {
break;
case "keypress":
var range = this.getSelectionRange();
if(this.newLineToParagraph) {
if(event.keyCode == 13) {
if(this.newLineToParagraph) {
if(STD.isFirefox && !event.shiftKey) {
// TODO : put a p tag
Expand Down

0 comments on commit 1961564

Please sign in to comment.