Skip to content

Commit

Permalink
same thing
Browse files Browse the repository at this point in the history
  • Loading branch information
kodewdle committed Aug 1, 2024
1 parent 1cddf64 commit 77850b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ElvUI_Libraries/Core/LibSimpleSticky/LibSimpleSticky.lua
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ function StickyFrames:StopMoving(frame)
self.scripts[frame] = nil
self.data[frame] = nil

if StickyFrames.sticky[frame] then
local sticky = StickyFrames.sticky[frame]
local sticky = StickyFrames.sticky[frame]
if sticky then
StickyFrames.sticky[frame] = nil
return true, sticky
else
Expand Down

0 comments on commit 77850b5

Please sign in to comment.