General Updates
- Fixed an error while scrolling down target npcs in the breakdown window. - Fixed an error when clicking to open the Death Recap by Details!. - End of Mythic Run panel got updates. - Framework updated: new rounded tooltips.
This commit is contained in:
+2
-1
@@ -60,9 +60,10 @@ detailsFramework.TooltipHandlerMixin = {
|
||||
end
|
||||
end
|
||||
|
||||
if (tooltipText) then
|
||||
if (tooltipText and tooltipText ~= "") then
|
||||
GameCooltip:Preset(2)
|
||||
GameCooltip:AddLine(tooltipText)
|
||||
GameCooltip:ShowRoundedCorner()
|
||||
GameCooltip:ShowCooltip(getFrame(self), "tooltip")
|
||||
end
|
||||
end,
|
||||
|
||||
Reference in New Issue
Block a user