Fix right click menus in text fields not working in desktop viewer

This commit is contained in:
Kovid Goyal 2020-08-03 23:24:36 +05:30
parent b8e04661b7
commit df352ba239
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -694,7 +694,3 @@ class WebView(RestartingWebEngineView):
def generic_action(self, which, data):
self.execute_when_ready('generic_action', which, data)
def contextMenuEvent(self, ev):
ev.accept()
self.trigger_shortcut('show_chrome')