Fixed Auto Run Code window not closing by click on the close button
This commit is contained in:
parent
2476c95464
commit
f30d0439e8
1 changed files with 1 additions and 0 deletions
|
|
@ -53,6 +53,7 @@ function Details222.AutoRunCode.OpenRunCodeWindow()
|
|||
end)
|
||||
detailsRunCodePanel:SetScript("OnHide", function()
|
||||
codeEditor:Hide()
|
||||
_G.DetailsPluginContainerWindow:Hide()
|
||||
end)
|
||||
|
||||
--code editor appearance
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue