Skip to content

Commit

Permalink
Don't trigger overflows
Browse files Browse the repository at this point in the history
  • Loading branch information
p3lim committed Dec 19, 2024
1 parent b091494 commit 0895932
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addon.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ local ATTRIBUTE_HANDLER = [[
elseif not value then
self:Hide()
self:ClearBindings()
self:SetAttribute('item', nil) -- avoid ghost clicks
end
elseif name == 'state-visible' then
-- there is (or was) a pet battle
Expand Down

0 comments on commit 0895932

Please sign in to comment.