We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a67c47f commit ca9e422Copy full SHA for ca9e422
Components/GroupModules/GroupModule_IconPosition_Sortable/module.lua
@@ -189,7 +189,7 @@ function IconPosition_Sortable:OnEnable()
189
end
190
191
function IconPosition_Sortable:OnDisable()
192
- wipe(self.SortedIcons)
+ self.SortedIconsManager:UpdateTable_UnregisterAll()
193
194
TMW:UnregisterCallback("TMW_ONUPDATE_TIMECONSTRAINED_POST", self)
195
TMW:UnregisterCallback("TMW_ICON_UPDATED", self)
0 commit comments