card picker now hides itself while not having focus
This commit is contained in:
parent
32f02117bb
commit
91e8739322
|
|
@ -20,6 +20,8 @@ var has_focus = false:
|
|||
self.show()
|
||||
has_focus = focus
|
||||
|
||||
visible = has_focus
|
||||
|
||||
var selection_state = INI
|
||||
var input_locked = true
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue