From fbf871a4dd2015075d3531d8af7c57fdc28f4adc Mon Sep 17 00:00:00 2001 From: Buds Date: Sat, 26 Sep 2020 01:55:43 +0200 Subject: [PATCH] ignore elvui'focustarget frame --- LibGetFrame-1.0.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/LibGetFrame-1.0.lua b/LibGetFrame-1.0.lua index 3a651b3..5d959b7 100644 --- a/LibGetFrame-1.0.lua +++ b/LibGetFrame-1.0.lua @@ -1,5 +1,5 @@ local MAJOR_VERSION = "LibGetFrame-1.0" -local MINOR_VERSION = 22 +local MINOR_VERSION = 23 if not LibStub then error(MAJOR_VERSION .. " requires LibStub.") end local lib = LibStub:NewLibrary(MAJOR_VERSION, MINOR_VERSION) if not lib then return end @@ -187,6 +187,7 @@ local defaultOptions = { ignoreFrames = { "PitBull4_Frames_Target's target's target", "ElvUF_PartyGroup%dUnitButton%dTarget", + "ElvUF_FocusTarget", "RavenButton" }, returnAll = false,