make updatenodeinternal node id optional

This commit is contained in:
peterkogo
2025-04-24 16:32:42 +02:00
parent c064954700
commit e47adb446f
2 changed files with 9 additions and 6 deletions
@@ -9,7 +9,7 @@
const onClick = () => {
handleCount += 1;
updateNodeInternals(id);
updateNodeInternals();
};
</script>