Skip to content

Commit

Permalink
fix: edit and launch button fail on keeping mouse over while reload
Browse files Browse the repository at this point in the history
  • Loading branch information
ALOK9442 committed Oct 17, 2024
1 parent ebec99c commit 6b0eae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/client/src/components/common/Card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ function Card({
className={testId}
hasReadPermission={hasReadPermission}
isContextMenuOpen={isContextMenuOpen}
onMouseEnter={() => {
onMouseOver={() => {
!isFetching && setShowOverlay(true);
}}
onMouseLeave={() => {
Expand Down

0 comments on commit 6b0eae8

Please sign in to comment.