diff --git a/src/lib/webview/tabbar.cpp b/src/lib/webview/tabbar.cpp index 3df9be9f7..514945bee 100644 --- a/src/lib/webview/tabbar.cpp +++ b/src/lib/webview/tabbar.cpp @@ -494,7 +494,7 @@ void TabBar::showTabPreview(bool delayed) { if (delayed) { int index = tabAt(mapFromGlobal(QCursor::pos())); - if (index == -1) { + if (index == -1 || QApplication::mouseButtons()) { return; }