hook up the add new tag page
This commit is contained in:
parent
240502972e
commit
2bc99f6bd9
16 changed files with 96 additions and 46 deletions
|
@ -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,
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue