()
| 466 | }) |
| 467 | }) |
| 468 | function startDraggingOwnHandle() { |
| 469 | const shape = editor.select(ids.test2).getOnlySelectedShape()! |
| 470 | const handles = editor.getShapeHandles(shape)! |
| 471 | editor.pointerDown(0, 0, { target: 'handle', shape, handle: handles[0] }) |
| 472 | } |
| 473 | function ownHandlePosition() { |
| 474 | const shape = editor.select(ids.test2).getOnlySelectedShape()! |
| 475 | const handle = editor.getShapeHandles(shape)![0] |
no test coverage detected
searching dependent graphs…