Skip to content

makes sure add_item() doesn't overwrite the desired callback with self.dismiss()

username-removed-700650 requested to merge (removed):patch-1 into master

callback was being bound to on_release event, then the dismiss command was being bound over it. This places the desired callback in on_press and dismiss with on_release as usual.

Merge request reports