System/Compose/New/ComposeMatCell.cs
@@ -36,7 +36,16 @@ UpdateItemCell(); UpdateMatCount(); selectBtn.RemoveAllListeners(); selectBtn.AddListener(ClickSelect); if(!isLock) { switch (matType) { case NeedMatType.unfixedItem: case NeedMatType.addItem: selectBtn.AddListener(ClickSelect); break; } } } private void UpdateItemCell()