From 6e7aa6ca315a94bf12d0b47d8a86ca025f0b9832 Mon Sep 17 00:00:00 2001 From: Prateek Shourya Date: Tue, 12 Mar 2024 14:44:03 +0530 Subject: [PATCH 1/2] fix: avoid closing the peek overview when the close button within the delete model popup is clicked. --- web/components/issues/peek-overview/view.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/web/components/issues/peek-overview/view.tsx b/web/components/issues/peek-overview/view.tsx index c3ac1495aec..47890c95c24 100644 --- a/web/components/issues/peek-overview/view.tsx +++ b/web/components/issues/peek-overview/view.tsx @@ -93,7 +93,6 @@ export const IssueView: FC = observer((props) => { isOpen={isDeleteIssueModalOpen} handleClose={() => { toggleDeleteIssueModal(false); - removeRoutePeekId(); }} data={issue} onSubmit={() => issueOperations.remove(workspaceSlug, projectId, issueId)} From e07f3de8a7030ed84b6db7d9c7cf7c8381bb9def Mon Sep 17 00:00:00 2001 From: Prateek Shourya Date: Tue, 12 Mar 2024 14:44:46 +0530 Subject: [PATCH 2/2] fix: distortion in issue detail sidebar UI when any modal is open. --- web/components/issues/issue-detail/root.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/issues/issue-detail/root.tsx b/web/components/issues/issue-detail/root.tsx index 5e56170a8f1..25aa810cf40 100644 --- a/web/components/issues/issue-detail/root.tsx +++ b/web/components/issues/issue-detail/root.tsx @@ -376,7 +376,7 @@ export const IssueDetailRoot: FC = observer((props) => { />