mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(editor): Prevent updating node parameter value if it hasn't changed (#9535)
This commit is contained in:
committed by
GitHub
parent
f914c97d11
commit
63990f14e3
@@ -163,7 +163,6 @@ onMounted(() => {
|
||||
|
||||
onBeforeUnmount(() => {
|
||||
codeNodeEditorEventBus.off('error-line-number', highlightLine);
|
||||
emit('update:model-value', readEditorValue());
|
||||
});
|
||||
|
||||
function line(lineNumber: number): Line | null {
|
||||
|
||||
Reference in New Issue
Block a user