Skip to content
Snippets Groups Projects
Commit defcc8e1 authored by rhenck's avatar rhenck
Browse files

[editor] Add missing Verona API call after changing page order

parent 22a74d0e
No related branches found
No related tags found
No related merge requests found
...@@ -69,6 +69,7 @@ export class UnitService { ...@@ -69,6 +69,7 @@ export class UnitService {
this._unit.value.pages.splice(newPageIndex, 0, page[0]); this._unit.value.pages.splice(newPageIndex, 0, page[0]);
this._unit.next(this._unit.value); this._unit.next(this._unit.value);
this.pageMoved.next(); this.pageMoved.next();
this.veronaApiService.sendVoeDefinitionChangedNotification();
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment