줄 입력 기능에 UNDO 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7964 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
taggon 2010-12-09 08:44:55 +00:00
parent 08520a7446
commit 996d752424

View file

@ -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;
},