Checklist
TagStudio Version
Alpha 9.5.0 (main branch)
Operating System & Version
macOS 15
Description
Ctrl+clicking selected thumbnails to deselect them no longer functions. This seems to come from #710 as reverting that change fixes this issue. Presumably after that change the click callback only ever fires once, leading to subsequent clicks such as ctrl+clicks to not trigger the toggle_item_selection() method.
Expected Behavior
Ctrl+clicking a selected thumbnail should individually deselect it, meanwhile there should not be a regression of #706.
Steps to Reproduce
- In an open TagStudio library, select an item in the thumbnail grid
- Ctrl+Click the same item and observe it remaining selected
Logs
No response
Checklist
TagStudio Version
Alpha 9.5.0 (main branch)
Operating System & Version
macOS 15
Description
Ctrl+clicking selected thumbnails to deselect them no longer functions. This seems to come from #710 as reverting that change fixes this issue. Presumably after that change the click callback only ever fires once, leading to subsequent clicks such as ctrl+clicks to not trigger the
toggle_item_selection()method.Expected Behavior
Ctrl+clicking a selected thumbnail should individually deselect it, meanwhile there should not be a regression of #706.
Steps to Reproduce
Logs
No response