mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
chore(): update stencil + fix lint errors
This commit is contained in:
@ -154,9 +154,7 @@ export class Searchbar implements ComponentInterface {
|
||||
|
||||
@Method()
|
||||
setFocus() {
|
||||
if (this.nativeInput) {
|
||||
this.nativeInput.focus();
|
||||
}
|
||||
this.nativeInput.focus();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user