perf: 默认展开编辑器所有目录

pull/9413/head
Aaron3S 2023-02-02 15:55:37 +08:00 committed by Jiangjie.Bai
parent 3341d55d1b
commit e3e727f972
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ class PlaybookFileBrowserAPIView(APIView):
"id": os.path.join(relative_path, d) if not os.path.join(relative_path, d).startswith(
'.') else d,
"isParent": True,
"open": False,
"open": True,
"pId": relative_path if not relative_path.startswith('.') else 'root',
"temp": False
}