fix(ui): only update inspector once per thumbnail click (#1487)

This commit is contained in:
Travis Abendshien
2026-08-19 22:23:00 -07:00
committed by GitHub
parent f5a30489d7
commit 4a3a767baf
-11
View File
@@ -311,17 +311,6 @@ class ItemThumb(FlowWidget):
else None
)
)
self.thumb_button.clicked.connect(
lambda: (
self.toggle_item_selection()
if (
QGuiApplication.keyboardModifiers() != Qt.KeyboardModifier.ControlModifier
and self.thumb_button.selected
)
else None
)
)
self.set_mode(mode)
@property