mirror of
https://github.com/makeplane/plane.git
synced 2026-02-24 20:20:49 +01:00
fix: drag and delete issue (#3379)
This commit is contained in:
committed by
GitHub
parent
9fde539b1d
commit
bc48010377
@@ -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({});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user