Skip to content

Commit

Permalink
Fixed #7141
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Feb 20, 2025
1 parent 34e6fe0 commit 5894fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/primevue/src/dialog/Dialog.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ export interface DialogProps {
* Keeps dialog in the viewport when dragging.
* @defaultValue true
*/
keepInViewPort?: boolean | undefined;
keepInViewport?: boolean | undefined;
/**
* Minimum value for the left coordinate of dialog in dragging.
* @defaultValue 0.
Expand Down

0 comments on commit 5894fa3

Please sign in to comment.