Improved signal handling
This commit is contained in:
@ -1,7 +1,5 @@
|
||||
extends LineEdit
|
||||
|
||||
signal chat_message_submitted(message: String)
|
||||
|
||||
func _unhandled_input(event):
|
||||
if Global.interacting_with_ui:
|
||||
return
|
||||
|
Reference in New Issue
Block a user