Cleanup
This commit is contained in:
@ -6,7 +6,7 @@ func _ready():
|
||||
focus_exited.connect(on_focus_exited)
|
||||
text_submitted.connect(on_text_submitted)
|
||||
|
||||
func _unhandled_key_input(event):
|
||||
func _unhandled_key_input(event: InputEvent):
|
||||
if UI.focus:
|
||||
return
|
||||
|
||||
|
Reference in New Issue
Block a user