Web: Files: fixed selection

This commit is contained in:
Nikita Gopienko 2021-10-11 11:07:29 +03:00
parent 8b9dd7fbb4
commit e39f39fce5

View File

@ -439,6 +439,7 @@ class FilesActionStore {
openLocationAction = (locationId, isFolder) => {
const locationFilter = isFolder ? this.filesStore.filter : null;
this.filesStore.setBufferSelection(null);
return this.filesStore.fetchFiles(locationId, locationFilter);
/*.then(() =>
//isFolder ? null : this.selectRowAction(!checked, item)