diff --git a/lib/kanban/src/component/kanban.tsx b/lib/kanban/src/component/kanban.tsx index c216fc8afa..93bfc3744d 100644 --- a/lib/kanban/src/component/kanban.tsx +++ b/lib/kanban/src/component/kanban.tsx @@ -239,6 +239,7 @@ export class Kanban
) { return this.update({ links: (Array.isArray(link) ? link : [link]).map(x => ({ + deleted: false, ...x, ...change, [this.itemKey]: `${x.from}:${x.to}`,