Don't leave insert mode on non-insert clicks.
This proved to be a bad idea, as we only can guess what's an insert mode and what isn't.
This commit is contained in:
parent
7aea12ad35
commit
15126dfb3c
@ -258,7 +258,6 @@ class WebView(QWebView):
|
||||
modeman.enter('insert', 'click')
|
||||
else:
|
||||
log.mouse.debug("Clicked non-editable element!")
|
||||
modeman.maybe_leave('insert', 'click')
|
||||
|
||||
def _mousepress_opentarget(self, e):
|
||||
"""Set the open target when something was clicked.
|
||||
|
Loading…
Reference in New Issue
Block a user