From 02e4bdfdb03b14f473d7d3e2c511b23ee454f38d Mon Sep 17 00:00:00 2001 From: Tom Najdek Date: Tue, 8 Sep 2020 18:23:08 +0200 Subject: [PATCH] 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. --- chrome/content/zotero/bindings/itembox.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/bindings/itembox.xml b/chrome/content/zotero/bindings/itembox.xml index 05183ec222..40b66fd0b5 100644 --- a/chrome/content/zotero/bindings/itembox.xml +++ b/chrome/content/zotero/bindings/itembox.xml @@ -1440,8 +1440,8 @@ this._creatorCount--; return; } - this.item.removeCreator(index); await this.blurOpenField(); + this.item.removeCreator(index); await this.item.saveTx(); }.bind(this))(); ]]>