JSFiddle - React, Tailwind, and code Playground
by webvitaly
HTML
right click is disabled here
JavaScript
jQuery(function($){
$(document).bind("contextmenu",function(e){
return false;
});
});
by webvitaly
right click is disabled here
jQuery(function($){
$(document).bind("contextmenu",function(e){
return false;
});
});