Enable right click on WordPress site

This isn’t something WordPress is doing but probably your theme. Perhaps it’s an attempt to get people to not download your images or code, this is basically useless and doesn’t prevent anything like that.

Your theme might be using something similar to this…

document.addEventListener('contextmenu', event => event.preventDefault());

Try searching your theme files for contextmenu and see what you can find.