mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
fix(editor): Tweak dragged mapping state (#4550)
* fix(editor): show input value when dragging * fix(editor): show input value when dragging * fix(editor): add back some input value hiding logic
This commit is contained in:
parent
698d96a617
commit
b3cd62d866
|
@ -492,7 +492,7 @@ export default mixins(
|
|||
return value.slice(1);
|
||||
}
|
||||
|
||||
return '';
|
||||
return `${this.displayValue ?? ''}`;
|
||||
},
|
||||
isValueExpression(): boolean {
|
||||
return isValueExpression(this.parameter, this.value);
|
||||
|
|
Loading…
Reference in a new issue