RecentChatWindow: remove editBox from titleFrame

it was causing visual bug
This commit is contained in:
Sattva 2025-04-15 03:55:13 +03:00
parent c2dfbe9b91
commit 2fbef4e8d6

View file

@ -13259,6 +13259,7 @@
-- Create title bar
local titleFrame = CreateFrame("ScrollFrame", "LeatrixTitleFrame", editFrame, "Leatrix_InputScrollFrameTemplate")
if titleFrame.EditBox then titleFrame.EditBox:Disable() end
if titleFrame.CharCount then titleFrame.CharCount:Hide() end
titleFrame:ClearAllPoints()
titleFrame:SetPoint("TOP", 0, 40)