mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 10:42:44 +00:00
Add Markdown support to the Note node (#2044)
This commit is contained in:
@@ -23,11 +23,11 @@ app.registerExtension({
|
||||
if (!this.properties) {
|
||||
this.properties = { text: '' }
|
||||
}
|
||||
ComfyWidgets.STRING(
|
||||
ComfyWidgets.MARKDOWN(
|
||||
// Should we extends LGraphNode? Yesss
|
||||
this,
|
||||
'',
|
||||
['', { default: this.properties.text, multiline: true }],
|
||||
['', { default: this.properties.text }],
|
||||
app
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user