Skip to content

Commit

Permalink
uix/navigationdrawer: call on_touch_up
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Dynamos committed Apr 11, 2024
1 parent 4e9fdba commit ea56649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kivymd/uix/navigationdrawer/navigationdrawer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1253,7 +1253,7 @@ def on_touch_up(self, touch):
return False
elif self.status == "closed":
return False
return True
return super().on_touch_up(touch)

def on_radius(self, instance_navigation_drawer, radius_value: list) -> None:
"""Fired when the :attr:`radius` value changes."""
Expand Down

0 comments on commit ea56649

Please sign in to comment.