79232060

Date: 2024-11-27 22:38:50
Score: 0.5
Natty:
Report link

You can achieve this on anything usually with css.

$('canvas').css({ 'pointer-events': 'none' });

This mean there will be no click event or anything. That means whatever code you are using to draw will no longer work.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ave