@ -1,3 +1,6 @@
# [4.0.7]
* Refactor getPlainText (better handling of blank lines and lines with multiple markups.
# [4.0.6]
* Bug fix for copying text with new lines.
@ -486,8 +486,7 @@ class Line extends Container<Leaf?> {
// blank line
plainText.write('\n');
_len -= 1;
}
else {
} else {
_len = _getNodeText(node, plainText, offset, _len);
while (!node!.isLast && _len > 0) {
@ -987,8 +987,7 @@ class RawEditorState extends EditorState
try {
// ignore exception when paste window is at end of document
bringIntoView(textEditingValue.selection.extent);
catch(_){};
} catch (_) {}
hideToolbar();
@ -1,6 +1,6 @@
name: flutter_quill
description: A rich text editor supporting mobile and web (Demo App @ bulletjournal.us)
version: 4.0.6
version: 4.0.7
#author: bulletjournal
homepage: https://bulletjournal.us/home/index.html
repository: https://github.com/singerdmx/flutter-quill