We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 333e5e8 commit e28ad3dCopy full SHA for e28ad3d
packages/chrome/src/components/TabStrip/DragTab.tsx
@@ -98,7 +98,7 @@ export function DragTab(
98
this.tooltipActive = false;
99
}}
100
>
101
- <TabTooltip tab={props.tab} active={this.tooltipActive} />
+ <TabTooltip tab={props.tab} active={use(this.tooltipActive)} />
102
<div
103
class="dragroot"
104
style="position: unset;"
0 commit comments