MarkdownLabel icon indicating copy to clipboard operation
MarkdownLabel copied to clipboard

Override `text` setter behavior

Open daenvil opened this issue 2 years ago • 0 comments

Override the text property setter so it modifies the markdown_text property instead of the inherited text property.

This would make the usage consistent with the other label nodes, as with both Label and RichTextLabel you do label.text = "something", while this is useless in MarkdownLabel, where you currently need to do label.markdown_text = "something".

daenvil avatar Oct 28 '23 14:10 daenvil