Fix switching tabs making the item pool unresponsive
Some checks are pending
E2E Tests / e2e (push) Waiting to run
Tests and checks on push / run-checks-and-tests (push) Waiting to run
Updates translation progress / update-translation-progress-issue (push) Waiting to run

Probably this is hiding the underlying issue but at least it
does fix it from testing.
Anyway they would not be mid-drag when switching
tabs so this should be harmless to do.
This commit is contained in:
Kalle
2026-04-10 17:34:40 +03:00
parent ec020fce32
commit e1da2741db

View File

@@ -162,6 +162,7 @@ function TierListMakerContent() {
</div>
<DndContext
key={itemType}
sensors={sensors}
collisionDetection={pointerWithin}
onDragStart={handleDragStart}