mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-25 00:40:24 +00:00
Replace jQuery with vanilla JS
This commit is contained in:
parent
3c2692447c
commit
701b12bf58
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ const Button = (($) => {
|
|||
$(this._element).trigger('change')
|
||||
}
|
||||
|
||||
$(input).trigger('focus')
|
||||
input.focus()
|
||||
}
|
||||
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue