clear selection when Sources is mounted
This commit is contained in:
parent
021eca3fd6
commit
adfc3c0a1a
@ -17,6 +17,9 @@
|
||||
<script>
|
||||
export default {
|
||||
props: ['sources'],
|
||||
mounted() {
|
||||
this.$store.commit('selection/clearSelection')
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
||||
|
@ -18,7 +18,6 @@
|
||||
export default {
|
||||
async mounted() {
|
||||
await this.$engine.start()
|
||||
this.$store.commit('selection/clearSelection')
|
||||
},
|
||||
async beforeDestroy() {
|
||||
await this.$engine.stop()
|
||||
|
Loading…
Reference in New Issue
Block a user