diff --git a/src/webview/tabbar.cpp b/src/webview/tabbar.cpp index 8d85da63f..1d150c5dd 100644 --- a/src/webview/tabbar.cpp +++ b/src/webview/tabbar.cpp @@ -322,6 +322,7 @@ void TabBar::mouseDoubleClickEvent(QMouseEvent* event) void TabBar::mouseReleaseEvent(QMouseEvent* event) { if (!rect().contains(event->pos())) { + QTabBar::mouseReleaseEvent(event); return; }