mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/MultimediaViewer
synced 2024-11-17 04:43:18 +00:00
Merge "Fix bug where download dialog doesn't unattach"
This commit is contained in:
commit
0caa1c4ddc
|
@ -235,6 +235,9 @@
|
|||
this.fileReuse.unattach();
|
||||
this.fileReuse.closeDialog();
|
||||
|
||||
this.downloadDialog.unattach();
|
||||
this.downloadDialog.closeDialog();
|
||||
|
||||
this.clearEvents();
|
||||
|
||||
// We trigger this event on the document because unattach() can run
|
||||
|
|
Loading…
Reference in a new issue