This commit is contained in:
luk3yx 2020-02-01 19:39:39 +13:00
parent 65fdf01eb0
commit 23f008e0e4
1 changed files with 0 additions and 3 deletions

View File

@ -146,9 +146,6 @@ local function show_properties(elem, node)
if js.global:confirm('Are you sure?') then
elem.parentNode:removeChild(elem)
properties_elem.innerHTML = ''
local base = elem.parentNode.parentNode
assert(base.className == 'formspec_ast-base')
renderer.redraw_formspec(base)
end
end