disable-devtool icon indicating copy to clipboard operation
disable-devtool copied to clipboard

I can't right click

Open cyberghostbg opened this issue 1 year ago • 1 comments

Hi, I am using the following configuration;

However, with this I can select text, but I can't right click to hit copy. Also can someone tell me how to add an error instead of a redirect if someone tries to open the console? Also how can I choose to press Inspect but it returns an error or nothing can be done?

cyberghostbg avatar Aug 06 '24 12:08 cyberghostbg

you can enable right click using config

disableMenu?: boolean; // Whether to disable the right-click menu Default is true

just set it to false

HoangTran0410 avatar Jan 17 '25 08:01 HoangTran0410