From 19615643120f5e7fa806a5568417bd8a1f09c88a Mon Sep 17 00:00:00 2001 From: yupmin Date: Wed, 10 Feb 2010 10:26:05 +0000 Subject: [PATCH] =?UTF-8?q?refs=20#1438=20=20*=20=EC=A0=9C=EB=8C=80?= =?UTF-8?q?=EB=A1=9C=20=EC=9B=90=EC=83=81=EB=B3=B5=EA=B5=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/FM_Modern/editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/FM_Modern/editor.js b/plugins/FM_Modern/editor.js index 196768174..ce9096b96 100644 --- a/plugins/FM_Modern/editor.js +++ b/plugins/FM_Modern/editor.js @@ -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