Close properties dialog/pane when loading formspec

This commit is contained in:
luk3yx 2020-02-03 16:13:33 +13:00
parent 91f7ace5c0
commit 97dd0dfc61
1 changed files with 3 additions and 0 deletions

View File

@ -323,6 +323,9 @@ local function show_load_save_dialog()
return
end
renderer.show_element_dialog(element_dialog_base)
if properties_elem then
properties_elem.innerHTML = ''
end
end
function callbacks.load()