Skip to content

Commit

Permalink
This is what we get from being inconsistent
Browse files Browse the repository at this point in the history
  • Loading branch information
p3lim committed Nov 20, 2024
1 parent 55f0872 commit e4e0121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elements/phaseindicator.lua
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ local function UpdateTooltip(element)
end

local function onEnter(element)
if(GameTooltip:IsForbidden() or not self:IsVisible()) then return end
if(GameTooltip:IsForbidden() or not element:IsVisible()) then return end

if(element.reason) then
GameTooltip:SetOwner(element, 'ANCHOR_BOTTOMRIGHT')
Expand Down

0 comments on commit e4e0121

Please sign in to comment.