Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions EllesmereUIQoL/EllesmereUIQoL_Shifter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ local eventFrame
-- Frame registry
-------------------------------------------------------------------------------
local PRELOADED = {
"ContainerFrameCombinedBags"
"CharacterFrame",
"FriendsFrame",
"PVEFrame",
Expand Down Expand Up @@ -104,6 +105,7 @@ local DRAG_HEADERS = {
-- to a child frame: either a global name or a function(frame) -> child.
local EXTRA_DRAG_TARGETS = {
["AchievementFrame"] = function(frame) return frame.Header or _G["AchievementFrameHeader"] end,
["ContainerFrameCombinedBags"] = function(frame) return frame.TitleContainer or _G["ContainerFrameCombinedBags"] end,
}

-- Blizzard windows that normally dock beside CharacterFrame (Item Upgrade,
Expand Down