mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
#19240539 엔터 입력시 스크롤바가 따라내려가지 않던 현상 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7961 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a420f76836
commit
85f4c4381f
1 changed files with 2 additions and 0 deletions
|
|
@ -1415,6 +1415,8 @@ LineBreak = xe.createPlugin('LineBreak', {
|
|||
|
||||
// <br> timer
|
||||
if (!this._in_br) {
|
||||
try { $br[0].scrollIntoView() } catch(e){};
|
||||
|
||||
this._in_br = true;
|
||||
this._br_timer = setTimeout(function(){ self._in_br = false; }, 500);
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue