Add this code snippet to the componentDidMount function
componentDidMount() {
document.addEventListener("contextmenu", (event) => {
event.preventDefault();
});
}
Add this code snippet to the componentDidMount function
componentDidMount() {
document.addEventListener("contextmenu", (event) => {
event.preventDefault();
});
}