removed comment
This commit is contained in:
parent
35434b09d1
commit
5f59a39c72
1 changed files with 0 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue