Cat
Cat
> I would put a breakpoint on the rule code section to see if it is triggered Thanks, i'll take a look
https://github.com/singerdmx/flutter-quill/blob/1c3ccf7a9ad6ec1072d4f6f0750f7729f55d3d63/lib/src/rules/insert.dart#L611 This part of the code is called if you try to follow the steps to reproduce the issue. `Retain` operation sum the index and the len but seems the...
> This part of the code is called if you try to follow the steps to reproduce the issue. `Retain` operation sum the index and the len but seems the...
@singerdmx it should definitely be an issue from the rendering https://github.com/user-attachments/assets/53bf0d5b-63f8-436f-9ec9-68ecdd5d3de6
I'll take a look about this as soon as we fix the current issues that we have.
Can you update to the last version (9.5.12) and test if this issue persist?
It's weird @singerdmx say this issue is fixed. This is the commit: https://github.com/singerdmx/flutter-quill/commit/7bd494a3d7ccdbde45a5f6e47ee79c4d7e6f1732
> It might be a regression caused by another change, or it fixes it with a specific use case. The changes from the commit are still applied, however, it is...
> 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...
If he want to avoid pasting for `Embed` blocks, then he shouldn't use `FlutterQuillExtensions.useSuperClipboardPlugin()` that makes posible paste `Embed` blocks from the `Clipboard`