From e1da2741db7995c60ecd148a910172fa2b397190 Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Fri, 10 Apr 2026 17:34:40 +0300 Subject: [PATCH] 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. --- app/features/tier-list-maker/routes/tier-list-maker.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/features/tier-list-maker/routes/tier-list-maker.tsx b/app/features/tier-list-maker/routes/tier-list-maker.tsx index ceea0554a..6acdc6e15 100644 --- a/app/features/tier-list-maker/routes/tier-list-maker.tsx +++ b/app/features/tier-list-maker/routes/tier-list-maker.tsx @@ -162,6 +162,7 @@ function TierListMakerContent() {