From 996d75242428c02b8fc08b5f814b72421ad3cd03 Mon Sep 17 00:00:00 2001 From: taggon Date: Thu, 9 Dec 2010 08:44:55 +0000 Subject: [PATCH] =?UTF-8?q?=EC=A4=84=20=EC=9E=85=EB=A0=A5=20=EA=B8=B0?= =?UTF-8?q?=EB=8A=A5=EC=97=90=20UNDO=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7964 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/editor/skins/xeed/js/xeed.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/editor/skins/xeed/js/xeed.js b/modules/editor/skins/xeed/js/xeed.js index bab69f437..6ab5084d0 100644 --- a/modules/editor/skins/xeed/js/xeed.js +++ b/modules/editor/skins/xeed/js/xeed.js @@ -1307,6 +1307,8 @@ LineBreak = xe.createPlugin('LineBreak', { event.shiftKey ? this.wrapBlock(sel) : this.insertBR(sel); event.keyCode = 0; + + this.cast('SAVE_UNDO_POINT'); return false; },