Removing a property in the character sheet tree now unselects that property

This commit is contained in:
Thaum Rystra
2020-05-28 13:03:35 +02:00
parent 6d12bcb063
commit 56879f1911

View File

@@ -175,7 +175,11 @@ export default {
},
remove(){
softRemoveProperty.call({_id: this._id});
this.$store.dispatch('popDialogStack');
if (this.embedded){
this.$emit('removed');
} else {
this.$store.dispatch('popDialogStack');
}
},
selectSubProperty(_id){
this.$store.commit('pushDialogStack', {