Bug 1885356 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Bug 1883909 replaced `this.unregisterFormSubmissionListeners()` with `this.unregisterProgressListener()`. But we want to unregister all form submission listeners after a form submission, so we need to call `this.unregisterFormSubmissionListeners()`.

Back to Bug 1885356 Comment 0