mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
fix(dom) scrollIntoViewIfNeeded: add false
This commit is contained in:
parent
070d89bad0
commit
51b507d1a3
1 changed files with 1 additions and 1 deletions
|
|
@ -1772,7 +1772,7 @@ var CloudCmd, Util, DOM, CloudFunc, Dialog;
|
|||
var lRet = pElement && pElement.scrollIntoViewIfNeeded;
|
||||
|
||||
if (lRet)
|
||||
pElement.scrollIntoViewIfNeeded();
|
||||
pElement.scrollIntoViewIfNeeded(false);
|
||||
|
||||
return lRet;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue