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

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