Published
- 1 min read
stop right click menu javascript
The solution for this is noted below
stop right click menu javascript
Solution
element.oncontextmenu = (e) => e.preventDefault()
Try other methods by searching on the site. That is if this doesn’t work