Fix #2175
This commit is contained in:
parent
03a691c4d1
commit
007170e39e
1 changed files with 6 additions and 5 deletions
|
@ -282,6 +282,7 @@ class ChatTab(Tab):
|
|||
|
||||
def on_enter(self):
|
||||
txt = self.input.key_enter()
|
||||
if txt:
|
||||
clean_text = xhtml.clean_text(txt)
|
||||
if not self.execute_command(clean_text):
|
||||
if txt.startswith('//'):
|
||||
|
|
Loading…
Reference in a new issue