mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-27 18:40:39 +00:00
infinity scroller ui improvements
This commit is contained in:
+2
-2
@@ -98,7 +98,7 @@ const actions = {
|
||||
parent_id: getters.currentFolder?.data.id,
|
||||
})
|
||||
.then((response) => {
|
||||
commit('ADD_NEW_FOLDER', response.data)
|
||||
commit('ADD_NEW_ITEM', response.data)
|
||||
|
||||
events.$emit('scrollTop')
|
||||
|
||||
@@ -196,7 +196,7 @@ const actions = {
|
||||
response.data.data.attributes.parent_id === getters.currentFolder.data.id)
|
||||
) {
|
||||
// Add uploaded item into view
|
||||
commit('ADD_NEW_ITEMS', response.data)
|
||||
commit('ADD_NEW_ITEM', response.data)
|
||||
}
|
||||
|
||||
// Reset file progress
|
||||
|
||||
Reference in New Issue
Block a user