mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-10-27 11:41:58 -06:00
feat: add JSON assembly editor
This commit is contained in:
@@ -53,7 +53,7 @@ function buildTree(items, folders, rootLabel = "Scripts") {
|
||||
if (!node) {
|
||||
node = {
|
||||
id: path,
|
||||
label: isFile ? s.file_name : part,
|
||||
label: isFile ? (s.name || s.file_name || part) : part,
|
||||
path,
|
||||
isFolder: !isFile,
|
||||
fileName: s.file_name,
|
||||
|
||||
Reference in New Issue
Block a user