Skip to content

Commit

Permalink
Fix small bug
Browse files Browse the repository at this point in the history
  • Loading branch information
WRadoslaw committed Jun 26, 2023
1 parent 19e00fa commit 84f2b86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export const MemberDropdown = forwardRef<HTMLDivElement, MemberDropdownProps>(
}, [closeDropdown, isActive])

const resetToDefaultState = useCallback(() => {
setDisableScrollDuringAnimation(true)
setDisableScrollDuringAnimation(false)
if (isActive) {
return
}
Expand Down

0 comments on commit 84f2b86

Please sign in to comment.