Skip to content

Commit

Permalink
fix: added needsOffscreenAlphaCompositing to LHN Option Row
Browse files Browse the repository at this point in the history
  • Loading branch information
jayeshmangwani committed Jul 27, 2023
1 parent 95b4dff commit 28a0d80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/LHNOptionsList/OptionRowLHN.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ function OptionRowLHN(props) {
pendingAction={optionItem.pendingAction}
errors={optionItem.allReportErrors}
shouldShowErrorMessages={false}
needsOffscreenAlphaCompositing
>
<Hoverable>
{(hovered) => (
Expand Down

0 comments on commit 28a0d80

Please sign in to comment.