mirror of
https://gitee.com/vuejs/vue.git
synced 2024-12-04 04:57:40 +08:00
fix typo in comment (#5411)
This commit is contained in:
parent
7497723c6a
commit
9c3e96f757
@ -32,7 +32,7 @@ export default {
|
||||
el._vModifiers = binding.modifiers
|
||||
if (!binding.modifiers.lazy) {
|
||||
// Safari < 10.2 & UIWebView doesn't fire compositionend when
|
||||
// siwtching focus before confirming composition choice
|
||||
// switching focus before confirming composition choice
|
||||
// this also fixes the issue where some browsers e.g. iOS Chrome
|
||||
// fires "change" instead of "input" on autocomplete.
|
||||
el.addEventListener('change', onCompositionEnd)
|
||||
|
Loading…
Reference in New Issue
Block a user