mirror of
https://github.com/paul-nameless/tg
synced 2024-11-22 20:03:17 +00:00
Merge branch 'master' into long-msg
This commit is contained in:
commit
c439c77a44
1 changed files with 2 additions and 1 deletions
|
@ -217,7 +217,8 @@ class Controller:
|
|||
msg = self.view.status.get_input()
|
||||
if msg:
|
||||
self.model.send_message(text=msg)
|
||||
self.view.status.draw(f"Sent: {msg}")
|
||||
with self.lock:
|
||||
self.view.status.draw(f"Sent: {msg}")
|
||||
|
||||
elif keys in ("I", "A"):
|
||||
self.write_long_msg()
|
||||
|
|
Loading…
Reference in a new issue