Skip to content

Commit

Permalink
docs(Dialog): better jsdoc for showOnDialogEnter (#2093)
Browse files Browse the repository at this point in the history
  • Loading branch information
YossiSaadi authored May 1, 2024
1 parent bf0f039 commit 70c46dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/components/Dialog/Dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export interface DialogProps extends VibeComponentProps {
*/
hideTrigger?: HideShowEvent | HideShowEvent[];
/**
* If true, prevents open Dialog from closing on mouseEnter and closes Dialog, when mouse leaves it
* If true, prevents opened Dialog from closing on mouseEnter, and closes Dialog when mouse leaves it
*/
showOnDialogEnter?: boolean;
/**
Expand Down

0 comments on commit 70c46dd

Please sign in to comment.