chore: don't stop TTS after IT choice selection (#1962)

This commit is contained in:
ggurdin 2025-02-27 09:23:37 -05:00 committed by GitHub
parent c800e09ec2
commit 4ddc15deb0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -338,7 +338,6 @@ class Choreographer {
_textController.selection =
TextSelection.collapsed(offset: _textController.text.length);
giveInputFocus();
tts.stop();
}
Future<void> onReplacementSelect({