Skip to content

Commit

Permalink
fixes current elements window pop up
Browse files Browse the repository at this point in the history
  • Loading branch information
q8X committed Aug 6, 2024
1 parent 6189fc1 commit a5dc81f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions [editor]/editor_gui/client/currentbrowser.lua
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@ end
function closeCurrentBrowser()
if ( not currentBrowser.showing ) then return end
currentBrowser.showing = false
cSelectedElement = false
if ( callbackFunction ) then
local id = currentBrowserGUI.gridlist:getSelectedText()
if ( not id ) then
Expand Down

0 comments on commit a5dc81f

Please sign in to comment.