Cat
Cat
I'll check this too.
In the file `raw_editor_text_input_client_mixin` in `updateEditingValue` method that comes from `TextInputClient` is not working as expected: ```dart @override void updateEditingValue(TextEditingValue value) { // our implementation } ``` It is passing...
I'm gonna check this out in a while.
Maybe this will help you a little more: https://github.com/singerdmx/flutter-quill/blob/7262be75d058f8c6799dc5dc4c02aaf851b631be/lib/src/editor/raw_editor/keyboard_shortcuts/editor_keyboard_shortcuts.dart#L90 and https://github.com/singerdmx/flutter-quill/blob/7262be75d058f8c6799dc5dc4c02aaf851b631be/lib/src/editor/widgets/keyboard_listener.dart#L33
I guess this alteady was added and it is supported by the editor currently. I will close by the reason mentione before. @Blquinn, if the feature is not supported, report...
Can you provide a video or screenshot of this? I cannot reproduce it.
This actually happens when you press anything outside the editor's range. In this case, pressing any toolbar button will make the editor treat it as if you are pressing outside...
We probably need to make retain work more dynamically, so that it doesn't ignore custom attributes. I'll check it out when I can.
Idk exactly why, but, when i use web browsers, this exceptions are throwed: ```console DartError: Unsupported operation: Platform._operatingSystem dart-sdk/lib/_internal/js_dev_runtime/private/ddc_runtime/errors.dart 307:3 throw_ dart-sdk/lib/_internal/js_dev_runtime/private/profile.dart 117:39 _operatingSystem dart-sdk/lib/io/platform_impl.dart 56:40 get operatingSystem dart-sdk/lib/io/platform.dart 83:44...
If you're wondering why this PR suddenly has commits from other PRs, it was my mistake when trying to get the latest changes from master, using `git pull` instead of...