File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 2.5.1]
2
+ * Bug fix for Desktop ` Shift ` + ` Click ` support.
3
+
1
4
## [ 2.5.0]
2
5
* Update checkbox list.
3
6
Original file line number Diff line number Diff line change @@ -842,7 +842,7 @@ class RenderEditor extends RenderEditableContainerBox
842
842
843
843
bool get _shiftPressed =>
844
844
RawKeyboard .instance.keysPressed.contains (LogicalKeyboardKey .shiftLeft) ||
845
- RawKeyboard .instance.keysPressed.contains (LogicalKeyboardKey .shiftLeft );
845
+ RawKeyboard .instance.keysPressed.contains (LogicalKeyboardKey .shiftRight );
846
846
847
847
void setStartHandleLayerLink (LayerLink value) {
848
848
if (_startHandleLayerLink == value) {
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.5.0
3
+ version : 2.5.1
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