Improved slot fill UI

Added custom button
Prop insert form disabled +child
No backdrop close creation forms
This commit is contained in:
Stefan Zermatten
2023-06-06 12:35:22 +02:00
parent a25ab2040c
commit 56ca4b1680
10 changed files with 129 additions and 13 deletions

View File

@@ -299,7 +299,7 @@ export default {
}
let parentPropertyId = this.model._id;
this.$store.commit('pushDialogStack', {
component: 'add-creature-property-dialog',
component: 'insert-property-dialog',
elementId,
data: {
parentDoc: this.model,