mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 23:29:57 +09:00
임시용 문자를 A에서 |로 변경
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7970 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
da205a8d31
commit
3ec0b40b01
1 changed files with 1 additions and 1 deletions
|
|
@ -1436,7 +1436,7 @@ LineBreak = xe.createPlugin('LineBreak', {
|
||||||
|
|
||||||
// <br> timer
|
// <br> timer
|
||||||
if (!this._in_br) {
|
if (!this._in_br) {
|
||||||
$br.after( $a = $('<a>A</a>') );
|
$br.after( $a = $('<a>|</a>') );
|
||||||
this._scrollIntoView($a[0]);
|
this._scrollIntoView($a[0]);
|
||||||
$a.remove();
|
$a.remove();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue