rename method

This commit is contained in:
yggverse 2024-12-05 10:19:21 +02:00
parent 3ab3d53e75
commit 879e2c4f27
3 changed files with 3 additions and 3 deletions

View file

@ -93,7 +93,7 @@ impl Widget {
this.set_response_enabled(response, false);
// Result
callback(form.list.selected())
callback(form.list.value())
}
});
}