mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
Bugfixes: Removed retail API calls, ran linting script and static analysis.
This commit is contained in:
@@ -561,7 +561,8 @@ function mod:OnCreated(frame)
|
||||
moveDown:SetDuration(0.1)
|
||||
moveDown:SetOffset(0, -35)
|
||||
moveDown:SetSmoothing("In")
|
||||
moveDown:SetScript("OnFinished", function(self)
|
||||
moveDown:SetScript("OnFinished", function()
|
||||
local self = this
|
||||
self:Reset()
|
||||
end)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user