[editor] Fix section counter update
New section components no longer get their number on creation. This has the effect that the section gets a new number and is updated again with all others after that. Numbering of all sections is triggered in one place (UnitService) and updates all existing sections.
Showing
- projects/editor/src/app/components/unit-view/section/section.component.ts 1 addition, 5 deletions...src/app/components/unit-view/section/section.component.ts
- projects/editor/src/app/services/unit-services/section.service.ts 4 additions, 0 deletions.../editor/src/app/services/unit-services/section.service.ts
Please register or sign in to comment