diff --git a/aqt/main.py b/aqt/main.py index 19716ea98..19ab5ea81 100644 --- a/aqt/main.py +++ b/aqt/main.py @@ -512,7 +512,7 @@ title="%s">%s''' % ( self.toolbar = aqt.toolbar.Toolbar(self, tweb) self.toolbar.draw() # main area - self.web = aqt.webview.AnkiWebView(canCopy=True) + self.web = aqt.webview.AnkiWebView(canFocus=True) self.web.setObjectName("mainText") self.web.setFocusPolicy(Qt.WheelFocus) self.web.setMinimumWidth(400)