Correctifs
This commit is contained in:
@@ -96,6 +96,10 @@ export class NewJumpComponent implements OnInit {
|
||||
this.isSpecial === undefined ? false : this.isSpecial);
|
||||
|
||||
setTimeout(() => {
|
||||
this.comments = undefined;
|
||||
this.withCutaway = false;
|
||||
this.isSpecial = false;
|
||||
|
||||
if (this.resetForm === true) {
|
||||
this.initForm();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user