make updatenodeinternal node id optional
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
const onClick = () => {
|
||||
handleCount += 1;
|
||||
updateNodeInternals(id);
|
||||
updateNodeInternals();
|
||||
};
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user