Ellet
Ellet
A workaround is to use [`onKeyPressed`](https://github.com/singerdmx/flutter-quill/blob/c0e624a0c3f1a417edbd61d5943461686433825b/lib/src/editor/config/editor_config.dart#L140-L167) to prevent the user from deleting the image embed using the backspace. > I am trying to delete an image from file system when...
> @EchoEllet do you know where is registered all keys? Do you mean keyboard keys? If yes, there are in: - https://github.com/singerdmx/flutter-quill/blob/master/lib/src/editor/raw_editor/raw_editor_actions.dart - https://github.com/singerdmx/flutter-quill/blob/8589b856e8c79d33384954ae1febf358eca3624e/lib/src/editor/raw_editor/raw_editor_state.dart#L767 I'm unsure about the context.
Thank you for the detailed report, it's already in there though I'm unfamiliar with this part, and only fixed one bug in #1937. Unrelated to the issue Regarding the keyboard...
I'm unfamiliar with Rust and only used it once, we could send detailed reports in `super_native_extensions` though we have sent quite a lot of reports recently that are not quite...
This should be no longer an issue when using `flutter_quill` without `flutter_quill_extensions` (See #1914). New versions have been released, I will update `flutter_quill_extensions` to use the latest version of `super_clipboard`...
- Can you share on which platform you're building the app? - Have you ran `flutter clean` and then `flutter pub get --verbose` and share the full output (on GitHub...
> It's weird @singerdmx say this issue is fixed. This is the commit: [7bd494a](https://github.com/singerdmx/flutter-quill/commit/7bd494a3d7ccdbde45a5f6e47ee79c4d7e6f1732) It might be a regression caused by another change, or it fixes it with a specific...
The changes have a comment that says it's a workaround, it's looks like some other change affects how this workaround fixed it, which is generally one reason why we need...
I prefer to continue this discussion on Slack or GitHub Discussions or maybe with a different issue, as it’s not directly related to the technical aspects of this report. To...
The rich text pasting requires native code, `super_clipboard` plugin has been moved to `flutter_quill_extensions`. The rich text pasting is not available when using `flutter_quill` without an implementation of `ClipboardService` that...