Skip to content

Commit 1b4ac38

Browse files
chore: refresh fix/freebuff-disable-chat-logo-animation onto current main
1 parent fa60435 commit 1b4ac38

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/**
2+
* Freebuff's chat logo sheen can make the focused input appear to flicker.
3+
* Keep the animation for Codebuff while leaving the Freebuff chat header static.
4+
*/
5+
export function shouldAnimateChatHeader(
6+
animationEnabled: boolean,
7+
isFreebuff: boolean,
8+
): boolean {
9+
return animationEnabled && !isFreebuff
10+
}

0 commit comments

Comments
 (0)