We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46cfab7 commit c686478Copy full SHA for c686478
ElvUI_Libraries/Core/LibActionButton-1.0/LibActionButton-1.0.lua
@@ -1,7 +1,7 @@
1
-- License: LICENSE.txt
2
3
local MAJOR_VERSION = "LibActionButton-1.0-ElvUI"
4
-local MINOR_VERSION = 60 -- the real minor version is 119
+local MINOR_VERSION = 60 -- the real minor version is 120
5
6
local LibStub = LibStub
7
if not LibStub then error(MAJOR_VERSION .. " requires LibStub.") end
@@ -2585,6 +2585,7 @@ if ActionButton_UpdateFlyout then
2585
return
2586
end
2587
2588
+
2589
self.FlyoutArrow:Hide()
2590
2591
elseif FlyoutButtonMixin and UseCustomFlyout then
0 commit comments