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--;
|
||||
return;
|
||||
}
|
||||
this.item.removeCreator(index);
|
||||
this._lastTabIndex = -1;
|
||||
await this.blurOpenField();
|
||||
this.item.removeCreator(index);
|
||||
await this.item.saveTx();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue