home to your local SPACEGIRL 💫 arimelody.space
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

clear cursor display when shutting down

+2
+2
public/script/cursor.js
··· 381 381 document.removeEventListener('mouseup', handleMouseUp); 382 382 document.removeEventListener('keypress', handleKeyPress); 383 383 document.removeEventListener('keyup', handleKeyUp); 384 + 385 + ctx.clearRect(0, 0, canvas.width, canvas.height); 384 386 385 387 cursors.clear(); 386 388 myCursor = null;