We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d7b578 commit 47e4fdaCopy full SHA for 47e4fda
1 file changed
src/task-lists-element.js
@@ -204,6 +204,7 @@ function onSorted({src, dst}) {
204
205
const lists = originalLists.get(container)
206
if (!lists) return
207
+ originalLists.delete(container)
208
209
container.dispatchEvent(
210
new CustomEvent('task-lists:move', {
0 commit comments