Fix loader never goes away if you use shift to select just a few rows

This commit is contained in:
nathangray 2018-05-15 08:43:13 -06:00
parent 06c6cfa71c
commit af3eadb419

View File

@ -585,9 +585,12 @@ var et2_dataview_selectionManager = (function(){ "use strict"; return Class.exte
}
}).finally(function() {egw.loading_prompt('select_wait', false)});
if(queryRanges.length > 0)
{
// Lock the UI - we NEED these before the user does something with them
egw.loading_prompt('select_wait', true);
}
}
});}).call(this);