Drop the disabled Knockout twoWayBindings

This commit is contained in:
the-djmaze 2024-01-08 18:33:37 +01:00
parent c9f14318ea
commit f7f3b0d373
7 changed files with 79 additions and 79 deletions

View file

@ -51,7 +51,7 @@ ko.bindingHandlers['textInput'] = {
ko.computed(updateView, { disposeWhenNodeIsRemoved: element });
}
};
ko.expressionRewriting.twoWayBindings.add('textInput');
//ko.expressionRewriting.twoWayBindings.add('textInput');
// textinput is an alias for textInput
ko.bindingHandlers['textinput'] = {