Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions [editor]/editor_main/client/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -982,9 +982,9 @@ function getMaxSelectDistance()
end

function destroySelectedElement(key)
if key then return
if key then
editor_gui.restoreSelectedElement()
end
end
if g_selectedElement then
local element = g_selectedElement
dropElement(false)
Expand Down