Fixes the restore loading icon appearing continuously.

Signed-off-by: Abijeet <abijeetpatro@gmail.com>
pull/9717/head
Abijeet 7 years ago committed by John Molakvoæ (skjnldsv)
parent 470310b3bf
commit 55216e6b95
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
  1. 2
      apps/files_trashbin/js/filelist.js

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

Loading…
Cancel
Save