[3.4.1] Placeholder effective in scrollable

pull/597/head
X Code 3 years ago
parent 3220866438
commit 3290fec9e5
  1. 3
      CHANGELOG.md
  2. 2
      lib/src/widgets/raw_editor.dart
  3. 2
      pubspec.yaml

@ -1,3 +1,6 @@
# [3.4.1]
* Placeholder effective in scrollable.
# [3.4.0]
* Option to save image in read-only mode.

@ -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,

@ -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

Loading…
Cancel
Save