Don't accidentally call superclass event twice.
This commit is contained in:
parent
983a0da520
commit
8f85149c96
@ -232,7 +232,6 @@ class WebView(QWebView):
|
||||
self.go_forward()
|
||||
except CommandError as ex:
|
||||
message.error(ex)
|
||||
return super().mousePressEvent(e)
|
||||
|
||||
def _mousepress_insertmode(self, e):
|
||||
"""Switch to insert mode when an editable element was clicked.
|
||||
|
Loading…
Reference in New Issue
Block a user