MCPcopy 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
13export async function copyPasteAll(page: Page) {
14 await page.keyboard.press(`ControlOrMeta+A`);
15 await copyPaste(page);
16}
17
18export async function copyPasteAllExternal(
19 page: Page,

Callers 2

copypaste.test.tsFile · 0.85

Calls 1

copyPasteFunction · 0.85

Tested by

no test coverage detected