mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix right click menus in text fields not working in desktop viewer
This commit is contained in:
parent
b8e04661b7
commit
df352ba239
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user