MCPcopy Create free account
hub / github.com/HKUDS/Paper2Slides / handleFileClick

Function handleFileClick

frontend/src/components/Sidebar.jsx:52–58  ·  view source on GitHub ↗
(file)

Source from the content-addressed store, hash-verified

50 }
51
52 const handleFileClick = (file) => {
53 if (onSelectFile) {
54 // Create a File object from the stored file info
55 // Note: This is a simplified approach. In production, you might need to fetch the actual file
56 onSelectFile(file)
57 }
58 }
59
60 return (
61 <div className="h-full flex flex-col bg-white dark:bg-gray-900">

Callers 1

SidebarFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected