re-enable simplified knockoutjs checked binding

This commit is contained in:
the-djmaze 2023-01-30 14:03:45 +01:00
parent d0376b53a8
commit ac424fc584
5 changed files with 128 additions and 70 deletions

View file

@ -5,7 +5,7 @@ ko.bindingHandlers['textInput'] = {
timeoutHandle,
elementValueBeforeEvent;
var updateModel = event => {
var updateModel = () => {
clearTimeout(timeoutHandle);
elementValueBeforeEvent = timeoutHandle = undefined;