This commit is contained in:
2026-01-23 15:06:10 -06:00
parent 4f7e7ab591
commit 6c07f11992
9 changed files with 18 additions and 27 deletions

View File

@@ -113,7 +113,7 @@ function create_user(index, config) {
// Dispatch action to current target
dispatch: function(action, data) {
var target = this.target
var target = this.target()
if (target && target.on_input) {
target.on_input(action, data)
}