markdown_widget icon indicating copy to clipboard operation
markdown_widget copied to clipboard

feat: :sparkles: Add selectionControls to MarkdownBlock

Open yagoquesadafloriach opened this issue 6 months ago • 0 comments

Add selectionControls to MarkdownBlock

This PR introduces an optional selectionControls parameter to the MarkdownBlock widget. It allows developers to provide custom TextSelectionControls, enabling use cases such as tracking copy actions for analytics.

The change is fully backward compatible and does not affect existing behavior when the parameter is not provided.

yagoquesadafloriach avatar Jul 09 '25 15:07 yagoquesadafloriach