small adjustments and bug fixes

This commit is contained in:
Tercio Jose
2022-10-08 11:22:36 -03:00
parent f1fa3f5cfe
commit e449983e0c
16 changed files with 314 additions and 79 deletions
+5
View File
@@ -1676,6 +1676,11 @@ function Details.ShowCopyValueFrame(textToShow)
frame.editBox:ClearFocus()
frame:Hide()
end)
frame.editBox:SetScript("OnChar", function()
frame.editBox:ClearFocus()
frame:Hide()
end)
end
DetailsCopyValueFrame:Show()