@@ -615,4 +615,8 @@ window.addEventListener('touchend', (e) => {
for (let j = 0; j < pointers.length; j++)
if (touches[i].identifier == pointers[j].id)
pointers[j].down = false;
});
window.addEventListener("load", () => {
window.scrollTo(1, 0);
}, false);
The note is not visible to the blocked user.