Implementation of picture addition button in editor.
This commit is contained in:
@@ -104,6 +104,10 @@ export class PublicationEditionComponent implements OnInit, OnDestroy {
|
||||
this.publicationEditionService.insertTitle(titleNumber);
|
||||
}
|
||||
|
||||
selectAPicture(): void {
|
||||
this.publicationEditionService.selectAPicture();
|
||||
}
|
||||
|
||||
insertLink(): void {
|
||||
this.publicationEditionService.insertLink();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user