From 87383efeecae1be83d944ee381e592d53a625760 Mon Sep 17 00:00:00 2001 From: Rosie Le Faive Date: Wed, 5 Aug 2026 16:45:50 -0300 Subject: [PATCH] Make it hybrid - do not allow editing the original categories. --- card-sort.html | 1 + 1 file changed, 1 insertion(+) diff --git a/card-sort.html b/card-sort.html index 1f8e918..a546217 100644 --- a/card-sort.html +++ b/card-sort.html @@ -336,6 +336,7 @@ }); if (name) { titleInput.value = name; + titleInput.disabled = true; } else if (settings.allowCategoryEditing === false) { titleInput.style.opacity = '0';