mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-20 00:42:16 +00:00
Fixed issue where Dragged & Dropped folder from desktop didn't start uploading
This commit is contained in:
@@ -121,8 +121,10 @@ export default {
|
||||
.then(() => {
|
||||
// If broadcasting is not set
|
||||
if (!this.$store.getters.isBroadcasting) {
|
||||
this.$store.commit('START_LOADING_VIEW')
|
||||
|
||||
// Reload data
|
||||
this.$getDataByLocation()
|
||||
this.$getDataByLocation(1)
|
||||
|
||||
events.$emit('toaster', {
|
||||
type: 'success',
|
||||
|
||||
Reference in New Issue
Block a user