* dev, editor: refactor with the treeEditor widget.

This commit is contained in:
sunhao
2023-09-26 15:19:09 +08:00
parent face85a0c8
commit 1119121718
6 changed files with 15 additions and 5 deletions
+1 -1
View File
@@ -142,7 +142,7 @@ sidebar
setClass('h-10 flex items-center pl-4 flex-none gap-3'),
span(setClass('text-lg font-semibold'), icon('list'), $lang->dev->moduleList),
),
tree(set(array('items' => $moduleTree, 'canEdit' => false, 'canDelete' => false, 'canSplit' => false)))
treeEditor(set(array('items' => $moduleTree, 'canEdit' => false, 'canDelete' => false, 'canSplit' => false)))
);
div