#How do I turn off right click?
1 messages · Page 1 of 1 (latest)
Try this, how does it turn off?@spice python
It prevents the default action taken when the document receives a right click event
Oh you mean selecting text
You do that with CSS
user-select: none
Simon always killing it!!