mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
feat(editor): Show parameter hint on multilines (#5014)
Single/multi line for hints.
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
data-test-id="parameter-expression-preview"
|
||||
:highlight="!!(expressionOutput && targetItem)"
|
||||
:hint="expressionOutput"
|
||||
:singleLine="true"
|
||||
/>
|
||||
<input-hint
|
||||
v-else-if="parameterHint"
|
||||
|
||||
Reference in New Issue
Block a user