fix unicode vm binding

ref: https://github.com/RubyLouvre/avalon/issues/1806
This commit is contained in:
李扬 2017-09-23 07:58:11 -05:00 committed by GitHub
parent b5007be414
commit c38b700702

View File

@ -3870,6 +3870,7 @@ var duplexBinding = avalon.directive("duplex", {
}
function compositionEnd() {
composing = false
setTimeout(updateVModel)
}
var updateVModel = function () {
var val = elem.value //防止递归调用形成死循环
@ -5857,4 +5858,4 @@ avalon.ready(function () {
}
return avalon
}));
}));