card picker now hides itself while not having focus

This commit is contained in:
betalars 2023-07-03 23:07:32 +02:00
parent 32f02117bb
commit 91e8739322
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ var has_focus = false:
selection_state = CARDS # fixme
self.show()
has_focus = focus
visible = has_focus
var selection_state = INI
var input_locked = true