Ellet
Ellet
Thank you. Can you format the code?
Hi, thank you for the report. As far as I know, we can't use TextInputFormatter in the `QuillRawEditor` as there are widgets in the editor and it will apply only...
Hi, can you send me more information about the version of flutter you are using, as well as flutter_quill and more details if possible
> Same problem here > ``` > /C:/Users/info/AppData/Local/Pub/Cache/hosted/pub.dev/flutter_quill-8.2.4/lib/src/widgets/raw_editor/raw_editor.dart:294:7: Error: The non-abstract class 'QuillRawEditorState' is missing implementations for these members: > - TextSelectionDelegate.lookUpEnabled > - TextSelectionDelegate.searchWebEnabled > - TextSelectionDelegate.shareEnabled > Try...
Hi, does the issue only happen on google chrome for windows?
> > Hi, does the issue only happen on google chrome for windows? > > no. I check in other browsers too I can't reproduce the bug, I tested it...
Is the copied text have styles or not?
> > Is the copied text have styles or not? > > Bug only on Microsoft Windows on any browser The logic of pasting text differ if it have styles...
I just tested it and it seems to be working, I didn't test it on Microsoft Windows on any browser yet.
Hi, can you take a look at [this](https://github.com/singerdmx/flutter-quill/blob/master/doc/custom_embed_blocks.md) and see if it solve your question?