()
| 2688 | * @public |
| 2689 | */ |
| 2690 | @computed getEditingShape(): TLShape | undefined { |
| 2691 | const editingShapeId = this.getEditingShapeId() |
| 2692 | return editingShapeId ? this.getShape(editingShapeId) : undefined |
| 2693 | } |
| 2694 | |
| 2695 | /** |
| 2696 | * Whether the shape can be edited. |
no test coverage detected