diff --git a/qt/aqt/webview.py b/qt/aqt/webview.py index 28ba8dc89..2d012965e 100644 --- a/qt/aqt/webview.py +++ b/qt/aqt/webview.py @@ -300,6 +300,7 @@ class AnkiWebView(QWebEngineView): self._pendingActions = [] self._domDone = True self._queueAction("setHtml", html) + self.set_open_links_externally(True) def _setHtml(self, html: str) -> None: app = QApplication.instance()