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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)