Skip to content

Commit ca9e422

Browse files
committed
fix: shrink group setting broken
1 parent a67c47f commit ca9e422

File tree

1 file changed

+1
-1
lines changed
  • Components/GroupModules/GroupModule_IconPosition_Sortable

1 file changed

+1
-1
lines changed

Components/GroupModules/GroupModule_IconPosition_Sortable/module.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ function IconPosition_Sortable:OnEnable()
189189
end
190190

191191
function IconPosition_Sortable:OnDisable()
192-
wipe(self.SortedIcons)
192+
self.SortedIconsManager:UpdateTable_UnregisterAll()
193193

194194
TMW:UnregisterCallback("TMW_ONUPDATE_TIMECONSTRAINED_POST", self)
195195
TMW:UnregisterCallback("TMW_ICON_UPDATED", self)

0 commit comments

Comments
 (0)