chore: don't stop TTS after IT choice selection (#1962)
This commit is contained in:
parent
c800e09ec2
commit
4ddc15deb0
1 changed files with 0 additions and 1 deletions
|
|
@ -338,7 +338,6 @@ class Choreographer {
|
|||
_textController.selection =
|
||||
TextSelection.collapsed(offset: _textController.text.length);
|
||||
giveInputFocus();
|
||||
tts.stop();
|
||||
}
|
||||
|
||||
Future<void> onReplacementSelect({
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue