fix launch link and upgrade

pull/597/head
li3317 3 years ago
parent 3290fec9e5
commit a1be256ff9
  1. 3
      CHANGELOG.md
  2. 2
      lib/src/widgets/text_line.dart
  3. 2
      pubspec.yaml

@ -1,3 +1,6 @@
# [3.4.2]
* Fix launch link edit mode.
# [3.4.1] # [3.4.1]
* Placeholder effective in scrollable. * Placeholder effective in scrollable.

@ -402,7 +402,7 @@ class _TextLineState extends State<TextLine> {
} }
void _tapLink(String? link) { void _tapLink(String? link) {
if (!widget.readOnly || link == null) { if (link == null) {
return; return;
} }

@ -1,6 +1,6 @@
name: flutter_quill name: flutter_quill
description: A rich text editor supporting mobile and web (Demo App @ bulletjournal.us) description: A rich text editor supporting mobile and web (Demo App @ bulletjournal.us)
version: 3.4.1 version: 3.4.2
#author: bulletjournal #author: bulletjournal
homepage: https://bulletjournal.us/home/index.html homepage: https://bulletjournal.us/home/index.html
repository: https://github.com/singerdmx/flutter-quill repository: https://github.com/singerdmx/flutter-quill

Loading…
Cancel
Save