@ -1,3 +1,6 @@
# [3.4.2]
* Fix launch link edit mode.
# [3.4.1]
* Placeholder effective in scrollable.
@ -402,7 +402,7 @@ class _TextLineState extends State<TextLine> {
}
void _tapLink(String? link) {
if (!widget.readOnly || link == null) {
if (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.4.1
version: 3.4.2
#author: bulletjournal
homepage: https://bulletjournal.us/home/index.html
repository: https://github.com/singerdmx/flutter-quill