fix: don't hide message at end of IT (#1480)
This commit is contained in:
parent
f9dce6fc11
commit
e8d1bba77c
1 changed files with 2 additions and 1 deletions
|
|
@ -79,7 +79,8 @@ class IgcController {
|
|||
|
||||
// if tokenizing on message send, tokenization might take a while
|
||||
// so add a fake event to the timeline to visually indicate that the message is being sent
|
||||
if (onlyTokensAndLanguageDetection) {
|
||||
if (onlyTokensAndLanguageDetection &&
|
||||
choreographer.choreoMode != ChoreoMode.it) {
|
||||
choreographer.chatController.sendFakeMessage();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue