mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00: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:
@@ -492,7 +492,7 @@ export default mixins(
|
||||
return value.slice(1);
|
||||
}
|
||||
|
||||
return '';
|
||||
return `${this.displayValue ?? ''}`;
|
||||
},
|
||||
isValueExpression(): boolean {
|
||||
return isValueExpression(this.parameter, this.value);
|
||||
|
||||
Reference in New Issue
Block a user