-
-
Notifications
You must be signed in to change notification settings - Fork 32
Closed
Description
Is there a reason that the handler of Adapt::on_messages is not given access to the inner widget like for other widget types (even including other adapters like Map)?
My specific use case is that I'm trying to create a Sprite which tracks its own ImageHandle in an Adapt and can re-allocate in response to a message, which requires the handler to have access to both the underlying Sprite (to call set) and the state of the Adapt, but this seems like a problematic limitation any time you're working with a widget that can be dynamically modified.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels