from retail

This commit is contained in:
NoM0Re
2025-01-07 16:12:17 +01:00
parent 74a1a856ac
commit 395d448066
14 changed files with 92 additions and 60 deletions
@@ -624,7 +624,7 @@ local function ConstructTextEditor(frame)
editor.editBox:SetScript(
"OnEscapePressed",
function()
group:CancelClose()
-- catch it so that escape doesn't default to losing focus (after which another escape would close config)
end
)
self.oldOnTextChanged = editor.editBox:GetScript("OnTextChanged")