Improved slot fill UI
Added custom button Prop insert form disabled +child No backdrop close creation forms
This commit is contained in:
@@ -153,12 +153,13 @@
|
||||
}
|
||||
|
||||
this.$store.commit('pushDialogStack', {
|
||||
component: 'add-creature-property-dialog',
|
||||
component: 'insert-property-dialog',
|
||||
elementId: 'insert-creature-property-type-' + forcedType,
|
||||
data: {
|
||||
parentDoc: forcedType ? undefined : parent,
|
||||
forcedType,
|
||||
creatureId: this.creatureId,
|
||||
noBackdropClose: true,
|
||||
},
|
||||
callback(result){
|
||||
if (!result){
|
||||
|
||||
@@ -150,11 +150,12 @@ export default {
|
||||
addProperty(){
|
||||
let parentPropertyId = this._id;
|
||||
this.$store.commit('pushDialogStack', {
|
||||
component: 'add-creature-property-dialog',
|
||||
component: 'insert-property-dialog',
|
||||
elementId: 'insert-creature-property-btn',
|
||||
data: {
|
||||
parentDoc: this.creature,
|
||||
creatureId: this._id,
|
||||
noBackdropClose: true,
|
||||
},
|
||||
callback(result){
|
||||
if (!result) return;
|
||||
|
||||
Reference in New Issue
Block a user