Implementation of code-block addition in the publication.
This commit is contained in:
+3
-1
@@ -57,7 +57,9 @@ export class CodeBlockDialog {
|
||||
});
|
||||
|
||||
closeAndValidate(): void {
|
||||
|
||||
if (this.formGroup.valid) {
|
||||
this.dialogRef.close(this.formGroup.value);
|
||||
}
|
||||
}
|
||||
|
||||
closeDialog(): void {
|
||||
|
||||
Reference in New Issue
Block a user