Skip to content

Commit

Permalink
Update Bags.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
noname08662 authored Jan 16, 2025
1 parent 5d17588 commit f367cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/General/Bags.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2653,7 +2653,7 @@ function mod:UpdateSlot(self, f, bagID, slotID)
elseif not oldID then
local targetSection
buttonMap[f][button] = nil
if not button:IsVisible() then
if not f:IsShown() then
button.highlight:Show()
end

Expand Down

0 comments on commit f367cd9

Please sign in to comment.