fix(editor): Prevent updating node parameter value if it hasn't changed (#9535)

This commit is contained in:
Milorad FIlipović
2024-05-29 16:13:54 +02:00
committed by GitHub
parent f914c97d11
commit 63990f14e3
6 changed files with 178 additions and 74 deletions

View File

@@ -163,7 +163,6 @@ onMounted(() => {
onBeforeUnmount(() => {
codeNodeEditorEventBus.off('error-line-number', highlightLine);
emit('update:model-value', readEditorValue());
});
function line(lineNumber: number): Line | null {