File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 2.0.10]
2
+ * cursorConnt.color notify the text_line to repaint if it was disposed.
3
+
1
4
## [ 2.0.9]
2
5
* Improve UX when trying to add a link.
3
6
Original file line number Diff line number Diff line change @@ -886,10 +886,10 @@ class RenderEditableTextLine extends RenderEditableBox {
886
886
887
887
void safeMarkNeedsPaint () {
888
888
if (! attached) {
889
- //Should not paint if it was unattach .
889
+ //Should not paint if it was unattached .
890
890
return ;
891
891
}
892
- safeMarkNeedsPaint ();
892
+ markNeedsPaint ();
893
893
}
894
894
}
895
895
Original file line number Diff line number Diff line change 1
1
name : flutter_quill
2
2
description : A rich text editor supporting mobile and web (Demo App @ bulletjournal.us)
3
- version : 2.0.9
3
+ version : 2.0.10
4
4
# author: bulletjournal
5
5
homepage : https://bulletjournal.us/home/index.html
6
6
repository : https://github.com/singerdmx/flutter-quill
You can’t perform that action at this time.
0 commit comments