stevin05 / CraftScan

MIT License
5 stars 2 forks source link

The first time you open 'chat orders' with a mix of item links and non-item link entry, they get jumbled. #19

Open stevin05 opened 2 months ago

stevin05 commented 2 months ago

The ContinueOnItemLoad in OrderTableTemplate.lua seems to be the cause. I'd assumed that the row would persist, but it seems to be doing some sort of load/copy thing, so the ContinueOnItemLoads are landing randomly and affecting the wrong element.