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