Skip to content

Commit feb1f0d

Browse files
author
Liam Sherwin
committed
Un-Fixed #bf4316. As it caused an issue with the DataEditor
1 parent 6e1bf7e commit feb1f0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/components/containers/DataContainer.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ func store_item(p_item: ContainerItem, no_signal: bool = false) -> bool:
103103
_items.append(p_item)
104104
_fixture.get_or_add(p_item.get_fixture(), {}).get_or_add(p_item.get_zone(), {})[p_item.get_parameter()] = p_item
105105

106-
# ComponentDB.register_component(p_item)
106+
ComponentDB.register_component(p_item)
107107
p_item.on_delete_requested.connect(erase_item.bind(p_item))
108108

109109
if not no_signal:

0 commit comments

Comments
 (0)