octicon-rss(16/)
You've already forked ionic-framework
mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 22:44:13 +08:00
chore(tslint): disable 'no-floating-promises'
This commit is contained in:
octicon-git-branch(16/)
octicon-tag(16/)
octicon-diff(16/tw-mr-1) 26 changed files with 18 additions and 45 deletions
@@ -64,7 +64,6 @@ function jsSetFocus(
|
||||
inputEl.focus();
|
||||
|
||||
// scroll the input into place
|
||||
// tslint:disable-next-line:no-floating-promises
|
||||
contentEl.scrollByPoint(0, scrollData.scrollAmount, scrollData.scrollDuration).then(() => {
|
||||
// the scroll view is in the correct position now
|
||||
// give the native text input focus
|
||||
|
||||
Reference in New Issue
Block a user