()
| 11158 | elements: { |
| 11159 | configurable: true, |
| 11160 | get() { |
| 11161 | return this.app?.scene.getElementsIncludingDeleted(); |
| 11162 | }, |
| 11163 | set(elements: ExcalidrawElement[]) { |
| 11164 | return this.app?.scene.replaceAllElements( |
| 11165 | syncInvalidIndices(elements), |
nothing calls this directly
no test coverage detected