Implementation of code-block addition in the publication.

This commit is contained in:
Florian THIERRY
2024-09-03 10:07:13 +02:00
parent c03d977028
commit be34c555a5
2 changed files with 18 additions and 2 deletions
@@ -57,7 +57,9 @@ export class CodeBlockDialog {
});
closeAndValidate(): void {
if (this.formGroup.valid) {
this.dialogRef.close(this.formGroup.value);
}
}
closeDialog(): void {