()
| 607 | } |
| 608 | |
| 609 | dispose(): void { |
| 610 | this.previewSelectionUnsubscribe?.(); |
| 611 | this.previewSelectionUnsubscribe = null; |
| 612 | this.persistQueueModule?.dispose(); |
| 613 | this.historyModule?.dispose(); |
| 614 | this.changeHandlers = []; |
| 615 | this.selectionHandlers = []; |
| 616 | this.patchHandlers = []; |
| 617 | this.errorHandlers = []; |
| 618 | } |
| 619 | } |
| 620 | |
| 621 | // ─── Public factory ─────────────────────────────────────────────────────────── |