mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 07:01:12 +00:00
[dir view] offered 'full dirent list' for 'image viewer' to view all the images
This commit is contained in:
@@ -169,7 +169,7 @@ class DirentListView extends React.Component {
|
||||
}
|
||||
|
||||
showImagePopup = (curItem) => {
|
||||
let items = this.props.direntList.filter((item) => {
|
||||
let items = this.props.fullDirentList.filter((item) => {
|
||||
return Utils.imageCheck(item.name);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user