fix: several issues

This commit is contained in:
Subarashimo
2025-12-03 22:34:50 +01:00
parent 0f7fdfcef1
commit c24515db7e
18 changed files with 766 additions and 1034 deletions
+1 -1
View File
@@ -273,7 +273,7 @@ export function removeItem(field, itemIndex, location) {
if (!removedItemName) {
removedItemName = items[itemIndex];
}
items.splice(itemIndex, 1); // Remove item at index
// Check if this item was linked to a skill and handle removal