We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a164448 commit 56c3cc3Copy full SHA for 56c3cc3
[editor]/editor_gui/client/currentbrowser.lua
@@ -431,6 +431,7 @@ end
431
function closeCurrentBrowser()
432
if ( not currentBrowser.showing ) then return end
433
currentBrowser.showing = false
434
+ cSelectedElement = false
435
if ( callbackFunction ) then
436
local id = currentBrowserGUI.gridlist:getSelectedText()
437
if ( not id ) then
0 commit comments