shx-3d-render

main
Jan Umbach 2024-06-14 14:42:52 +02:00
parent 8206fa3341
commit ebf22d55e5
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@
return;
}
if(data.uuid !== uuid) return;
if(data.id !== uuid) return;
console.log("Message received from the child: ", data); // Message received from child
});