Format code

pull/2013/head
felix lee 9 months ago
parent 549d6cb984
commit 0e067b436f
  1. 8
      lib/src/widgets/quill/text_line.dart

@ -68,10 +68,10 @@ class _TextLineState extends State<TextLine> {
setState(() {
_metaOrControlPressed = newValue;
_linkRecognizers
..forEach((key, value) {
value.dispose();
})
..clear();
..forEach((key, value) {
value.dispose();
})
..clear();
});
}
}

Loading…
Cancel
Save