fx-compat: Item box: Fix removing creator while editing it

This commit is contained in:
Abe Jellinek 2022-08-05 11:43:11 -04:00
parent 361a83c378
commit 1c36406b1e

View file

@ -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();
}