()
| 52 | return shape |
| 53 | } |
| 54 | const lineShape = () => { |
| 55 | const shape = editor.getShape(ids.line)! |
| 56 | assert(editor.isShapeOfType(shape, 'line')) |
| 57 | return shape |
| 58 | } |
| 59 | const lineHandles = () => editor.getShapeUtil('line').getHandles!(lineShape())! |
| 60 | |
| 61 | function startDraggingHandle() { |
no test coverage detected
searching dependent graphs…