removed comment

This commit is contained in:
bluearevalo 2024-07-12 11:16:37 -04:00
parent 35434b09d1
commit 5f59a39c72

View file

@ -349,7 +349,6 @@ class MessageToolbarState extends State<MessageToolbar> {
Timer? timer;
selectionStream =
widget.textSelection.selectionStream.stream.listen((value) {
//talk about this
timer?.cancel();
timer = Timer(const Duration(milliseconds: 500), () {
if (value != null && value.isNotEmpty) {