@ -1,3 +1,6 @@
# [3.0.2]
* Fix lanch link for read-only mode.
## [3.0.1]
* Handle null value of Attribute.link.
@ -405,7 +405,7 @@ class _TextLineState extends State<TextLine> {
}
void _tapLink(String? link) {
if (widget.readOnly || link == null) {
if (!widget.readOnly || link == null) {
return;
@ -1,6 +1,6 @@
name: flutter_quill
description: A rich text editor supporting mobile and web (Demo App @ bulletjournal.us)
version: 3.0.1
version: 3.0.2
#author: bulletjournal
homepage: https://bulletjournal.us/home/index.html
repository: https://github.com/singerdmx/flutter-quill