hook up the add new tag page

This commit is contained in:
zontreck 2024-06-07 01:05:22 -07:00
parent 240502972e
commit 2bc99f6bd9
16 changed files with 96 additions and 46 deletions

View file

@ -96,7 +96,7 @@ class EditorState extends State<Editor> {
),
body: TreeView(
nodeBuilder: (context, node) {
return TagExt.render(node.data as Tag);
return TagExt.render(node.data as Tag, context);
},
controller: controller,
),