We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5425eeb commit 79ab53fCopy full SHA for 79ab53f
NoAutoclose.lua
@@ -206,8 +206,10 @@ function ns:ADDON_LOADED()
206
for name, info in pairs(UIPanelWindows) do
207
self:HandleUIPanel(name, info, flippedUiSpecialFrames);
208
end
209
- WorldMapFrame:SetAttribute('UIPanelLayout-defined', '1');
210
- WorldMapFrame:SetAttribute('UIPanelLayout-maximizePoint', 'TOP');
+ if InCombatLockdown() and WorldMapFrame:IsProtected() then
+ WorldMapFrame:SetAttribute('UIPanelLayout-defined', '1');
211
+ WorldMapFrame:SetAttribute('UIPanelLayout-maximizePoint', 'TOP');
212
+ end
213
214
215
ns.playerInteractionHideMap = {
0 commit comments