Skip to content

Commit

Permalink
feat(core): fold node_modules path
Browse files Browse the repository at this point in the history
  • Loading branch information
NWYLZW committed Oct 8, 2023
1 parent 339ee69 commit ee45a07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/plugins/mpa/drawerPanels/Project.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ export default function Project({ template, setOnKeydown }: DrawerPanelProps) {
ref={listRef}
selectable
items={filesForListItem}
defaultFoldedIds={['/node_modules']}
/>
</>
}
Expand Down

0 comments on commit ee45a07

Please sign in to comment.