mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
🐛 Fix issue that deleted value in expression did reappear after item select
This commit is contained in:
@@ -233,7 +233,7 @@ export default mixins(
|
|||||||
this.update();
|
this.update();
|
||||||
} else {
|
} else {
|
||||||
// If no position got found add it to end
|
// If no position got found add it to end
|
||||||
let newValue = this.value;
|
let newValue = this.getValue();
|
||||||
if (newValue === '=' || newValue === '=0') {
|
if (newValue === '=' || newValue === '=0') {
|
||||||
newValue = `{{${eventData.variable}}}\n`;
|
newValue = `{{${eventData.variable}}}\n`;
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user