Fix workflows on a selection
Closes #290 (closed)
This moves hasFeature from methods to computed: this getter is a function returning a function, so using it in methods would require this.hasFeature(this.$store.state)('selection'); using it in computed means Vuex deals with it and we can just use hasFeature('selection')
Edited by Erwan Rouchet