Skip to content

Commit 56c3cc3

Browse files
authored
fixes current elements window pop up (#533)
1 parent a164448 commit 56c3cc3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

[editor]/editor_gui/client/currentbrowser.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,7 @@ end
431431
function closeCurrentBrowser()
432432
if ( not currentBrowser.showing ) then return end
433433
currentBrowser.showing = false
434+
cSelectedElement = false
434435
if ( callbackFunction ) then
435436
local id = currentBrowserGUI.gridlist:getSelectedText()
436437
if ( not id ) then

0 commit comments

Comments
 (0)