diff --git a/editor/ui/dialogs/content/EdTableProps.js b/editor/ui/dialogs/content/EdTableProps.js index e82d09d5ac53..337ba56858b4 100644 --- a/editor/ui/dialogs/content/EdTableProps.js +++ b/editor/ui/dialogs/content/EdTableProps.js @@ -205,7 +205,7 @@ function Startup() // XXX: Disabling of tabs is currently broken, so for // now we'll just remove the tab completely. //CellTab.setAttribute("disabled", "true"); - gDialog.CellTab.parentNode.removeChild(CellTab); + gDialog.CellTab.parentNode.removeChild(gDialog.CellTab); } }