From 3d6e2590782802c3bb4d78c1029bd7b497dee4b0 Mon Sep 17 00:00:00 2001 From: Xin Yao Date: Tue, 13 Jul 2021 09:17:11 -0700 Subject: [PATCH] Upgrade to 1.6.4 --- CHANGELOG.md | 3 +++ lib/src/models/documents/document.dart | 2 +- lib/src/models/documents/nodes/line.dart | 2 +- lib/src/widgets/controller.dart | 2 +- pubspec.yaml | 2 +- 5 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3387ecca..0e4acda9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [1.6.4] +* Bug fix for clear format button. + ## [1.6.3] * Fixed dragging right handle scrolling issue. diff --git a/lib/src/models/documents/document.dart b/lib/src/models/documents/document.dart index 37150870..527d220b 100644 --- a/lib/src/models/documents/document.dart +++ b/lib/src/models/documents/document.dart @@ -126,7 +126,7 @@ class Document { return (res.node as Line).collectStyle(res.offset, len); } - /// Returns all style for any character within the specified text range. + /// Returns all styles for any character within the specified text range. List