mirror of
https://github.com/zealdocs/zeal.git
synced 2024-11-27 11:44:56 +03:00
ui: Fix new tab link also loading in the current tab
This commit is contained in:
parent
fafdc268d8
commit
57fbea15c2
@ -136,6 +136,7 @@ void WebView::mouseReleaseEvent(QMouseEvent *event)
|
||||
QWebView *webView = createWindow(QWebPage::WebBrowserWindow);
|
||||
webView->load(m_clickedLink);
|
||||
event->accept();
|
||||
return;
|
||||
}
|
||||
break;
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user