Skip to content

Commit

Permalink
Try out
Browse files Browse the repository at this point in the history
  • Loading branch information
jelly committed May 7, 2024
1 parent 5b14f48 commit 50859c6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,7 @@ export const Application = () => {
<SidebarPanel className="sidebar-panel" width={{ default: "width_25" }}>
<SidebarPanelDetails
path={path}
selected={selected.map(s => files.find(f => f.name === s.name))
.filter(s => s !== undefined)}
selected={selected}
showHidden={showHidden} setSelected={setSelected}
clipboard={clipboard} setClipboard={setClipboard}
files={files}
Expand Down

0 comments on commit 50859c6

Please sign in to comment.