Prevents expanding & colapsing all item auctions during bulk buying. (#26)

This commit is contained in:
nabuhodonozo
2025-11-04 17:13:56 +01:00
committed by GitHub
parent c1d9d3f7c6
commit 8a6c8fd3a2
@@ -467,7 +467,7 @@ local defaultColScripts = {
end,
OnDoubleClick = function(self, ...)
if self.rt.disabled then return end
if self.rt.disabled or IsAltKeyDown() then return end
local data = self.row.data
if data.expandable then
self.rt:ToggleExpanded(data.itemString)