diff --git a/src/renderer/components/dock/dock-tabs.tsx b/src/renderer/components/dock/dock-tabs.tsx index 8eb02c96c1..b89d701a1b 100644 --- a/src/renderer/components/dock/dock-tabs.tsx +++ b/src/renderer/components/dock/dock-tabs.tsx @@ -85,7 +85,7 @@ export const DockTabs = ({ tabs, autoFocus, selectedTab, onChangeTab }: DockTabs }); return ( -
+
{ onClick={this.onClick} onFocus={this.onFocus} onKeyDown={this.onKeyDown} + role="tab" ref={this.ref} > {typeof icon === "string" ? : icon}