Skip to content

Commit

Permalink
Merge pull request #564 from ruilisi/563-luckysheet-dataverification-…
Browse files Browse the repository at this point in the history
…dropdown-btn-overlaps-with-sheet

fix: force display:none for luckysheet-dataVerification-dropdown-btn
  • Loading branch information
sanchit3008 authored Jul 3, 2024
2 parents a25b428 + f6b21d0 commit a232e93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react/src/components/SheetOverlay/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -733,6 +733,7 @@ const SheetOverlay: React.FC = () => {
dataVerificationHintBoxRef.current!.style.display = "none";
});
}}
style={{ display: "none" }}
>
<SVGIcon name="combo-arrow" width={16} />
</div>
Expand Down

0 comments on commit a232e93

Please sign in to comment.