Skip to content

Commit

Permalink
adds property not to show hidden files
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrywu committed Jun 7, 2022
1 parent 59ee675 commit 4a219af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sandpack-react/src/components/FileExplorer/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const fromPropsToModules = ({
const hasVisibleFilesOption = visibleFiles.length > 0;

/**
* When visibleFiles or activeFile are set, the hidden
* When visibleFiles are set, the hidden
* and active flags on the files prop are ignored.
* @see: https://sandpack.codesandbox.io/docs/getting-started/custom-content#visiblefiles-and-activefile
*/
Expand Down

0 comments on commit 4a219af

Please sign in to comment.