TODO: Check possible bug: Not deleting frames fully?
Laumesis opened this issue ยท 0 comments
Questie/Modules/Map/QuestieMap.lua
Lines 82 to 95 in 80ac103
First IF-branch does not assign _G[name] = nil
while 2nd IF-branch does. Why not? Should it?
I am not sure if _G[frameName] = nil
is even necessary after frame:Unload()
. I haven't checked at all.