diff --git a/chrome/content/zotero/components/tabBar.jsx b/chrome/content/zotero/components/tabBar.jsx index ad0682cedf..b8a00551a7 100644 --- a/chrome/content/zotero/components/tabBar.jsx +++ b/chrome/content/zotero/components/tabBar.jsx @@ -128,6 +128,8 @@ const TabBar = forwardRef(function (props, ref) { } props.onTabSelect(id); event.stopPropagation(); + // Prevents focus from sticking to the actual tab on windows + event.preventDefault(); } function handleTabClick(event, id) {