This commit is contained in:
Florian Bruhin 2014-07-16 10:40:11 +02:00
parent 0812057cbc
commit 8757f016cb
2 changed files with 2 additions and 1 deletions

View File

@ -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.