Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TypeCellOS/BlockNote
/ copyPasteAll
Function
copyPasteAll
tests/src/utils/copypaste.ts:13–16 ·
view source on GitHub ↗
(page: Page)
Source
from the content-addressed store, hash-verified
11
}
12
13
export
async
function
copyPasteAll(page: Page) {
14
await
page.keyboard.press(`ControlOrMeta+A`);
15
await
copyPaste(page);
16
}
17
18
export
async
function
copyPasteAllExternal(
19
page: Page,
Callers
2
copypaste-internal.spec.tsx
File · 0.85
copypaste.test.ts
File · 0.85
Calls
1
copyPaste
Function · 0.85
Tested by
no test coverage detected