mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 21:15:24 +08:00
chore(): fix pull-to-refresh types
This commit is contained in:
@ -60,7 +60,7 @@ export class TextInput {
|
||||
this.element().focus();
|
||||
}
|
||||
|
||||
relocate(shouldRelocate, inputRelativeY) {
|
||||
relocate(shouldRelocate: boolean, inputRelativeY?) {
|
||||
if (this._relocated !== shouldRelocate) {
|
||||
|
||||
let focusedInputEle = this.element();
|
||||
|
Reference in New Issue
Block a user