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