mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
feat(editor): Bring completions to HTML editor (#5382)
⚡ Bring completions to HTML editor
This commit is contained in:
@@ -86,6 +86,7 @@
|
||||
:isReadOnly="isReadOnly"
|
||||
:rows="getArgument('rows')"
|
||||
:disableExpressionColoring="!isHtmlNode(node)"
|
||||
:disableExpressionCompletions="!isHtmlNode(node)"
|
||||
@valueChanged="valueChangedDebounced"
|
||||
/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user