mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-20 17:02:16 +00:00
add actionButtons for mobile multiSelecting, refactoring sortingAndPreview icon
This commit is contained in:
3
resources/js/store/modules/fileBrowser.js
vendored
3
resources/js/store/modules/fileBrowser.js
vendored
@@ -253,6 +253,9 @@ const mutations = {
|
||||
|
||||
state.fileInfoDetail.push(checkData ? checkData : state.currentFolder)
|
||||
},
|
||||
SELECT_ALL_FILES(state){
|
||||
state.fileInfoDetail = state.data
|
||||
},
|
||||
CHANGE_SEARCHING_STATE(state, searchState) {
|
||||
state.isSearching = searchState
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user