shx-3d-render
parent
8206fa3341
commit
ebf22d55e5
|
@ -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
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue