mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Merge pull request #4988 from dorontal/patch-1
fix(Searchbar): stopInput() argument name typo
This commit is contained in:
@@ -20,7 +20,7 @@ export class SearchbarInput {
|
||||
* @private
|
||||
* Don't send the input's input event
|
||||
*/
|
||||
private stopInput(ev) {
|
||||
private stopInput(event) {
|
||||
event.preventDefault();
|
||||
event.stopPropagation();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user