You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unlike all other handlers, this one in particular passes app_data as None while for others its (0, tag).
A solution woudl be to use add_item_clicked_handler and call is_item_toggled_open inside its callback.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Unlike all other handlers, this one in particular passes
app_data
asNone
while for others its(0, tag)
.A solution woudl be to use
add_item_clicked_handler
and callis_item_toggled_open
inside its callback.Beta Was this translation helpful? Give feedback.
All reactions