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
If you first click on one of the rows shown in the table, the event function will run once. See console messages. Now click on another row, and the console will show that the function has run twice more - three times in total. Click another row, two more calls to the function.
Expected behavior
Each click on the table should fire the event function just once.
Screenshots
The console shows that the event function has run three times after clicking the table only twice.
Environment
Operating System: Windows 11
Python version: 3.12.6
Software versions:
Briefcase: 0.3.22
Toga: 0.5.0
...
Logs
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
Clicking on a Toga table is firing the on_select function twice.
Example code (the preview feature suggests that the non-indented lines of code aren't formatting correctly):
Steps to reproduce
If you first click on one of the rows shown in the table, the event function will run once. See console messages. Now click on another row, and the console will show that the function has run twice more - three times in total. Click another row, two more calls to the function.
Expected behavior
Each click on the table should fire the event function just once.
Screenshots
The console shows that the event function has run three times after clicking the table only twice.
Environment
Logs
Additional context
No response
The text was updated successfully, but these errors were encountered: