Sai Chandra Murthy

Results 20 comments of Sai Chandra Murthy

I think this could resolve the cursor blinking beside the image and getting editor focus after the image upload ``` extension InsertImage on EditorState { Future insertImageNode( String src, )...

Exactly where can we customize the rules? i.e, while inserting or can you tell where the place this code could works and the second point, for example take the math...

> You can listen on the editorState.transactionStream before passing it AppFlowyEditor. for example, if this is the method to upload the math equation widget node to insert inside the editor...

I think it is ``` final transaction = editorState.transaction ..updateNode( widget.node, { MathEquationBlockKeys.formula: mathEquation, }, ); transaction.afterSelection = Selection.collapsed(node.path.next, 0); //

As of now, after image upload, Cursor not working, instead the the uploaded image is selecting, but no cursor below it after applying this changes also, Just uploaded a video....

> Hi. Can you tell me which platform you are using? It is coming for the web platform. For Android, the initial build only failed, the console message was ![image](https://github.com/singerdmx/flutter-quill/assets/98700279/c3b0cb86-d9ec-4f91-8fdf-c23d406a9532)...

> @Chandu-bs which platform are you using? It is for web emulator!

> Any updates on how to increse video size and reduce the embeded video consuming more space. Sorry came back to this after a while, Checking on this, will let...