Steve
Steve
Hi Were you able to reproduce this with the latest version (2.4.0) ?
Hi @LucasXu0 I think this issue can be closed
Hi @chimon2000 You can customize the default paragraph placeholder by doing: ```dart map[ParagraphBlockKeys.type] = ParagraphBlockComponentBuilder( configuration: BlockComponentConfiguration( placeholderText: (node) => 'Custom placeholder', ), ); ``` Or you mean customizing placeholder...
Based on my understanding of your issue, you are trying to get an image from the current editor content. Assuming i got it right, why would you not get the...