mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-24 04:07:14 -05:00
Fix switching tabs making the item pool unresponsive
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:
@@ -162,6 +162,7 @@ function TierListMakerContent() {
|
||||
</div>
|
||||
|
||||
<DndContext
|
||||
key={itemType}
|
||||
sensors={sensors}
|
||||
collisionDetection={pointerWithin}
|
||||
onDragStart={handleDragStart}
|
||||
|
||||
Reference in New Issue
Block a user