fix(items): add the proper aspects

This commit is contained in:
Nova
2024-09-11 14:26:09 -04:00
parent 5df9d26ca1
commit 74731bf4a3
3 changed files with 17 additions and 16 deletions

View File

@@ -122,6 +122,7 @@ impl<B: Backend> PanelItem<B> {
&ITEM_TYPE_INFO_PANEL,
ItemType::Panel(generic_panel_item),
);
node.add_aspect_raw(panel_item.clone());
(node, panel_item)
}