There was an error while loading. Please reload this page.
1 parent 96dc167 commit 446ac36Copy full SHA for 446ac36
prompt_toolkit/widgets/base.py
@@ -626,7 +626,7 @@ def _(event):
626
dont_extend_height=True)
627
628
def _get_text_fragments(self):
629
- def mouse_handler(mouse_event: MouseEvent):
+ def mouse_handler(mouse_event):
630
"""
631
Set `_selected_index` and `current_value` according to the y
632
position of the mouse click event.
0 commit comments