diff --git a/Leatrix_Plus.lua b/Leatrix_Plus.lua index 007e93c..c894c95 100644 --- a/Leatrix_Plus.lua +++ b/Leatrix_Plus.lua @@ -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)