Open alienard-wiremind opened 1 month ago
Screencast from 14-10-2024 11:07:55.webm
https://stackblitz.com/edit/angular-haf5bj?file=src%2Fapp%2Fapp.component.ts
Open a draggable modal, drag it to the edge of the screen, close it.
The modal closes.
The modal goes back to initial position then closes.
Currently working arround this by setting style display at ' none' before closing.
Hi @alienard-wiremind , Thank you for reporting this issue 👍 A fix is on it's way.
Screencast from 14-10-2024 11:07:55.webm
Reproduction link
https://stackblitz.com/edit/angular-haf5bj?file=src%2Fapp%2Fapp.component.ts
Steps to reproduce
Open a draggable modal, drag it to the edge of the screen, close it.
What is expected?
The modal closes.
What is actually happening?
The modal goes back to initial position then closes.
Currently working arround this by setting style display at ' none' before closing.