close the All Displays Panel on cooltip interaction
This commit is contained in:
@@ -606,6 +606,12 @@ function Details:StartMeUp() --I'll never stop!
|
||||
end)
|
||||
end
|
||||
|
||||
hooksecurefunc(GameCooltip, "SetMyPoint", function()
|
||||
if (DetailsAllAttributesFrame) then
|
||||
DetailsAllAttributesFrame:Hide()
|
||||
end
|
||||
end)
|
||||
|
||||
|
||||
function Details:InstallOkey()
|
||||
return true
|
||||
|
||||
Reference in New Issue
Block a user