Skip to content

Commit

Permalink
fix: drag and delete issue (#3379)
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolsinghbhatia authored and sriramveeraghanta committed Jan 22, 2024
1 parent d692650 commit ed26bc1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ export const BaseKanBanRoot: React.FC<IBaseKanBanLayout> = observer((props: IBas
issueIds,
viewId
).finally(() => {
handleIssues(issueMap[dragState.draggedIssueId!], EIssueActions.DELETE);
setDeleteIssueModal(false);
setDragState({});
});
Expand Down

0 comments on commit ed26bc1

Please sign in to comment.