MCPcopy Create free account
hub / github.com/donghaxkim/react-rewrite / selectElementForMove

Function selectElementForMove

packages/overlay/src/selection.ts:1195–1197  ·  view source on GitHub ↗
(el: HTMLElement)

Source from the content-addressed store, hash-verified

1193
1194/** Select an element with highlight but without opening property sidebar (for move tool) */
1195export async function selectElementForMove(el: HTMLElement): Promise<void> {
1196 await selectElement(el, { skipSidebar: true });
1197}

Callers 1

handleMouseUpFunction · 0.85

Calls 1

selectElementFunction · 0.85

Tested by

no test coverage detected