diff --git a/ui/GamePage.slint b/ui/GamePage.slint index 88c31d1..5bbc644 100644 --- a/ui/GamePage.slint +++ b/ui/GamePage.slint @@ -605,6 +605,7 @@ export component GamePage inherits Window { width: parent.width; height: parent.height; clicked => { + root.selected-card-index = -1; root.request-draw-card(); } }