mirror of
https://github.com/QingdaoU/OnlineJudge.git
synced 2024-12-28 16:12:13 +00:00
fix unicode vm binding
ref: https://github.com/RubyLouvre/avalon/issues/1806
This commit is contained in:
parent
b5007be414
commit
c38b700702
@ -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
|
||||
|
||||
}));
|
||||
}));
|
||||
|
Loading…
Reference in New Issue
Block a user