Skip to content

Commit c686478

Browse files
committed
adjust note
1 parent 46cfab7 commit c686478

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ElvUI_Libraries/Core/LibActionButton-1.0/LibActionButton-1.0.lua

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-- License: LICENSE.txt
22

33
local MAJOR_VERSION = "LibActionButton-1.0-ElvUI"
4-
local MINOR_VERSION = 60 -- the real minor version is 119
4+
local MINOR_VERSION = 60 -- the real minor version is 120
55

66
local LibStub = LibStub
77
if not LibStub then error(MAJOR_VERSION .. " requires LibStub.") end
@@ -2585,6 +2585,7 @@ if ActionButton_UpdateFlyout then
25852585
return
25862586
end
25872587
end
2588+
25882589
self.FlyoutArrow:Hide()
25892590
end
25902591
elseif FlyoutButtonMixin and UseCustomFlyout then

0 commit comments

Comments
 (0)