#19240539 엔터 입력시 스크롤바가 따라내려가지 않던 현상 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7961 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
taggon 2010-12-09 06:41:53 +00:00
parent a420f76836
commit 85f4c4381f

View file

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