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

Function handleSelectFile

frontend/src/components/ChatWindow.jsx:977–980  ·  view source on GitHub ↗
(file)

Source from the content-addressed store, hash-verified

975 }
976
977 const handleSelectFile = (file) => {
978 // When a file is selected from conversation, it's already in the current conversation
979 console.log('File selected:', file)
980 }
981
982 return (
983 <div className="flex h-full w-full bg-gradient-to-br from-purple-50 via-pink-50 to-purple-100 dark:bg-gradient-to-br dark:from-purple-900/20 dark:via-pink-900/20 dark:to-purple-900/30 p-4 gap-4">

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected