from retail
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user