Fix search stuck with no results

pull/1/head
yflory 4 years ago
parent ec4b95687c
commit cd417d3826

@ -3341,6 +3341,7 @@ define([
if (!filesList.length) { if (!filesList.length) {
$list.append(h('div.cp-app-drive-search-noresult', Messages.fm_noResult)); $list.append(h('div.cp-app-drive-search-noresult', Messages.fm_noResult));
spinner.hide(); spinner.hide();
searching = false;
return; return;
} }
var sortable = {}; var sortable = {};

Loading…
Cancel
Save