from retail
This commit is contained in:
@@ -770,7 +770,7 @@ local growers = {
|
||||
local ok, ret = pcall(growFunc, newPositions, activeRegions)
|
||||
Private.ActivateAuraEnvironment()
|
||||
if not ok then
|
||||
Private.GetErrorHandlerId(data.id, L["Custom Sort"])
|
||||
Private.GetErrorHandlerId(data.id, L["Custom Grow"])
|
||||
wipe(newPositions)
|
||||
end
|
||||
end
|
||||
@@ -833,7 +833,7 @@ local function modify(parent, region, data)
|
||||
end
|
||||
|
||||
function region:Resume()
|
||||
-- Allows group to reindex and reposition.
|
||||
-- Allows group to re-index and reposition.
|
||||
-- TriggersSortUpdatedChildren and PositionChildren to happen
|
||||
if self.suspended > 0 then
|
||||
self.suspended = self.suspended - 1
|
||||
|
||||
Reference in New Issue
Block a user