From 3290fec9e52888c3d42976917c44bd7bf711c4e3 Mon Sep 17 00:00:00 2001 From: X Code Date: Thu, 20 Jan 2022 11:51:31 -0800 Subject: [PATCH] [3.4.1] Placeholder effective in scrollable --- CHANGELOG.md | 3 +++ lib/src/widgets/raw_editor.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2fa63a6..50d88e6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# [3.4.1] +* Placeholder effective in scrollable. + # [3.4.0] * Option to save image in read-only mode. diff --git a/lib/src/widgets/raw_editor.dart b/lib/src/widgets/raw_editor.dart index 9e500019..f8189053 100644 --- a/lib/src/widgets/raw_editor.dart +++ b/lib/src/widgets/raw_editor.dart @@ -319,7 +319,7 @@ class RawEditorState extends EditorState child: _Editor( key: _editorKey, offset: offset, - document: widget.controller.document, + document: _doc, selection: widget.controller.selection, hasFocus: _hasFocus, textDirection: _textDirection, diff --git a/pubspec.yaml b/pubspec.yaml index 0722877c..f2fce561 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_quill description: A rich text editor supporting mobile and web (Demo App @ bulletjournal.us) -version: 3.4.0 +version: 3.4.1 #author: bulletjournal homepage: https://bulletjournal.us/home/index.html repository: https://github.com/singerdmx/flutter-quill