Fixes the restore loading icon appearing continuously.

Signed-off-by: Abijeet <abijeetpatro@gmail.com>
This commit is contained in:
Abijeet 2018-06-16 02:47:46 +05:30 committed by John Molakvoæ (skjnldsv)
parent 470310b3bf
commit 55216e6b95
No known key found for this signature in database
GPG key ID: 60C25B8C072916CF

View file

@ -195,7 +195,7 @@
else {
self._removeCallback(result);
}
self.fileMultiSelectMenu.toggleLoading('restore', true);
self.fileMultiSelectMenu.toggleLoading('restore', false);
}
);
event.preventDefault();