MCPcopy Create free account
hub / github.com/experdot/pointer / handleDoubleClick

Function handleDoubleClick

src/renderer/src/components/panels/Explorer.tsx:90–94  ·  view source on GitHub ↗
(id: string, isFolder: boolean)

Source from the content-addressed store, hash-verified

88 }
89
90 const handleDoubleClick = (id: string, isFolder: boolean): void => {
91 if (!isFolder) {
92 openPage(id, false)
93 }
94 }
95
96 const handleCreatePage = async (): Promise<void> => {
97 const page = await createPage(undefined, selectedKey ?? undefined)

Callers

nothing calls this directly

Calls 1

openPageFunction · 0.85

Tested by

no test coverage detected