Skip to content

Commit

Permalink
Merge pull request #13864 from aleprex99/master
Browse files Browse the repository at this point in the history
Issue #13856 / Dialog: bad drag behavior when keepInViewport is false
  • Loading branch information
cetincakiroglu authored Nov 8, 2023
2 parents cfa9a62 + 7f8b13d commit 993f999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/dialog/dialog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ export class Dialog implements AfterContentInit, OnInit, OnDestroy {
this.lastPageX = event.pageX;
this.container.style.left = `${leftPos}px`;
this.lastPageY = event.pageY;
this.container.style.top = `${leftPos}px`;
this.container.style.top = `${topPos}px`;
}
}
}
Expand Down

1 comment on commit 993f999

@vercel
Copy link

@vercel vercel bot commented on 993f999 Nov 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.