Skip to content

Commit 47e4fda

Browse files
committed
Remove tracked lists on sort completion
1 parent 9d7b578 commit 47e4fda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/task-lists-element.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ function onSorted({src, dst}) {
204204

205205
const lists = originalLists.get(container)
206206
if (!lists) return
207+
originalLists.delete(container)
207208

208209
container.dispatchEvent(
209210
new CustomEvent('task-lists:move', {

0 commit comments

Comments
 (0)