Fix lint
This commit is contained in:
parent
0812057cbc
commit
8757f016cb
@ -511,6 +511,7 @@ class WebView(QWebView):
|
||||
super().mousePressEvent(e)
|
||||
|
||||
def mouseReleaseEvent(self, e):
|
||||
"""Extend mouseReleaseEvent to enter insert mode if needed."""
|
||||
super().mouseReleaseEvent(e)
|
||||
# We want to make sure we check the focus element after the WebView is
|
||||
# updated completely.
|
||||
|
Loading…
Reference in New Issue
Block a user