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 27dbde0 commit 1a05a16Copy full SHA for 1a05a16
src/app-layout/visual-refresh-toolbar/toolbar/index.tsx
@@ -148,7 +148,7 @@ export function AppLayoutToolbarImplementation({
148
return (
149
<ToolbarSlot
150
ref={ref}
151
- className={clsx(aiDrawer?.trigger && styles['with-ai-drawer'], {
+ className={clsx((aiDrawer?.trigger || !!activeAiDrawerId) && styles['with-ai-drawer'], {
152
[testutilStyles['mobile-bar']]: isMobile,
153
})}
154
style={{
0 commit comments