fx-compat: Item box: Fix removing creator while editing it
This commit is contained in:
parent
361a83c378
commit
1c36406b1e
1 changed files with 2 additions and 1 deletions
|
@ -1471,8 +1471,9 @@
|
||||||
this._creatorCount--;
|
this._creatorCount--;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
this.item.removeCreator(index);
|
this._lastTabIndex = -1;
|
||||||
await this.blurOpenField();
|
await this.blurOpenField();
|
||||||
|
this.item.removeCreator(index);
|
||||||
await this.item.saveTx();
|
await this.item.saveTx();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue