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