Blur edited creator field prior to deletion #1874
Resolves an issue where when trying to remove creator, while it is being edited, next creator is removed instead.
This commit is contained in:
parent
e40fff6a7d
commit
02e4bdfdb0
1 changed files with 1 additions and 1 deletions
|
@ -1440,8 +1440,8 @@
|
|||
this._creatorCount--;
|
||||
return;
|
||||
}
|
||||
this.item.removeCreator(index);
|
||||
await this.blurOpenField();
|
||||
this.item.removeCreator(index);
|
||||
await this.item.saveTx();
|
||||
}.bind(this))();
|
||||
]]></body>
|
||||
|
|
Loading…
Add table
Reference in a new issue