@@ -1,4 +1,11 @@
addEventListener('message', (e) => {
if (e.data.command == 'ping') {
postMessage({
command: 'pong',
});
return;
}
let graph = new Graph(e.data);
let layout = new Layout(graph);
The note is not visible to the blocked user.