Skip to content

Commit

Permalink
fix: toggle_button was not passing through on_change
Browse files Browse the repository at this point in the history
- toggle_button still wasn't working
  • Loading branch information
mofojed committed Apr 19, 2024
1 parent 802361f commit a1aa7af
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ def toggle_button(
is_quiet=is_quiet,
static_color=static_color,
type=type,
on_change=on_change,
on_press=on_press,
on_press_start=on_press_start,
on_press_end=on_press_end,
Expand Down

0 comments on commit a1aa7af

Please sign in to comment.