We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f80415 commit 44e8a6fCopy full SHA for 44e8a6f
src/components/manager/mixins/manager.js
@@ -103,7 +103,6 @@ export default {
103
if (!alreadySelected) {
104
// add new selected item
105
this.$store.commit(`fm/${this.manager}/setSelected`, { type, path });
106
- this.$store.commit(`fm/${this.manager}/changeSelected`, { type, path });
107
} else {
108
// remove selected item
109
this.$store.commit(`fm/${this.manager}/removeSelected`, { type, path });
0 commit comments