mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 00:29:58 +09:00
줄 입력 기능에 UNDO 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7964 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
08520a7446
commit
996d752424
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue