Fix #3361 (/correct [tab][tab] breaks the line)
This commit is contained in:
parent
03a2e21ed7
commit
fbb0f8d8a6
1 changed files with 1 additions and 0 deletions
|
@ -716,6 +716,7 @@ class ChatTab(Tab):
|
||||||
the_input.auto_completion, [self.last_sent_message['body']],
|
the_input.auto_completion, [self.last_sent_message['body']],
|
||||||
'',
|
'',
|
||||||
quotify=False)
|
quotify=False)
|
||||||
|
return True
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def inactive(self):
|
def inactive(self):
|
||||||
|
|
Loading…
Reference in a new issue