Skip to content

Commit

Permalink
fix(SidePanel): resolve storybook flickering issue
Browse files Browse the repository at this point in the history
  • Loading branch information
makafsal committed Dec 6, 2024
1 parent 48fc119 commit 683d2f8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,6 @@ export let SidePanel = React.forwardRef(
primeFocusEl &&
window?.getComputedStyle(primeFocusEl)?.display !== 'none'
) {
console.log(animationComplete);
setTimeout(() => primeFocusEl?.focus(), 0);
}
} else if (!slideIn) {
Expand Down

0 comments on commit 683d2f8

Please sign in to comment.