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