5.20.5
This commit is contained in:
@@ -25,6 +25,7 @@ function _G.AceGUIWeakAurasMultiLineEditBoxInsertLink(text)
|
||||
for i = 1, AceGUI:GetWidgetCount(Type) do
|
||||
local editbox = _G[("WeakAurasMultiLineEditBox%uEdit"):format(i)]
|
||||
if editbox and editbox:IsVisible() and editbox:HasFocus() then
|
||||
text = text:gsub("|", "||")
|
||||
editbox:Insert(text)
|
||||
return true
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user