Loading src/components/VueJama.vue +2 −0 Original line number Diff line number Diff line Loading @@ -765,6 +765,8 @@ export default { }, reloadCurrentCollection() { this.$store.commit('emptyResources'); console.log("mptified"); this.loadCollectionById(this.currentCollection.id); }, Loading src/store/JamaStore.js +4 −0 Original line number Diff line number Diff line Loading @@ -205,6 +205,10 @@ export default new Vuex.Store({ } }, emptyResources : (state) => { state.resources = []; }, setCurrentStats: (state, stats) => ( state.currentStats = stats ), Loading src/utils/DirectoryDropReader.js +4 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,10 @@ class DirectoryDropReader { } traverse(item) { if(!item) { console.info('null dropped item ignored'); return; } this.files = []; let self = this; if(item.isFile){ Loading Loading
src/components/VueJama.vue +2 −0 Original line number Diff line number Diff line Loading @@ -765,6 +765,8 @@ export default { }, reloadCurrentCollection() { this.$store.commit('emptyResources'); console.log("mptified"); this.loadCollectionById(this.currentCollection.id); }, Loading
src/store/JamaStore.js +4 −0 Original line number Diff line number Diff line Loading @@ -205,6 +205,10 @@ export default new Vuex.Store({ } }, emptyResources : (state) => { state.resources = []; }, setCurrentStats: (state, stats) => ( state.currentStats = stats ), Loading
src/utils/DirectoryDropReader.js +4 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,10 @@ class DirectoryDropReader { } traverse(item) { if(!item) { console.info('null dropped item ignored'); return; } this.files = []; let self = this; if(item.isFile){ Loading