Alan Mantoux
Alan Mantoux
@nialljawad96 can you please test on master and tell us if this solves your issue from your point of view? When height is greater than 1 there is still a...
Thank you @nialljawad96 We'll address that in a later PR
@Amir-P any chance you can reproduce this?
@Yusufdevv Zefyr is not maintained anymore. You can use [Fleather](https://github.com/fleather-editor/fleather) as an alternative (maintained by contributors of Zefyr)
I could not reproduce Can you please give more details (Fleather version, Flutter version, platform)?
@simonbengtsson > hift + cmd + left/right does not select text to the right/left of cursor is addressed in #189
macOS - [x] Triple click deselect text instead of selecting entire paragraph - [x] Shift + cmd + left/right does not select text to the right/left of cursor - [...
Yes it makes sense The editor was designed to reset all inline format when inserting a new paragraph. In the meanwhile, you can try designing your own heuristic rule to...
- [x] All tests pass - [x] Support no scroll - [x] `SingleChildScrollView` is removed
> It works mostly fine but I'm facing problem when using the editor or field in a scrolling view without limiting its height. Here is an example which works fine...