I have a Chrome extension, that runs (and displays) inside the Chrome dev-tools. (known as Extending DevTools)
I upgraded to version 97.0 of Chrome and since then, whenever I try to right click the mouse from inside the extension, nothing happens.
I need the right click in order to inspect my extension.
Any help will be much appreciated.
Edit: This question is not a duplicate of other suggested questions. Although the accepted solution to this problem is the same as other suggested question, the cause of this problem is different. The problem of my question is that since version 97 of chrome, right click is disabled in some devtools-extensions. As pointed out by @wOxxOm, this problem is caused by this bug, whereas in other questions the poster directly wanted to know "how to inspect the devtools".