Added thread safe packet handlers
This commit is contained in:
@ -26,5 +26,8 @@ func on_text_submitted(message: String):
|
||||
text = ""
|
||||
release_focus()
|
||||
|
||||
if !message:
|
||||
return
|
||||
|
||||
var chat := owner as Chat
|
||||
chat.message_submitted.emit(message)
|
||||
|
Reference in New Issue
Block a user