diff --git a/chrome/content/zotero/zoteroPane.js b/chrome/content/zotero/zoteroPane.js index 14c17f546..68db36ba0 100644 --- a/chrome/content/zotero/zoteroPane.js +++ b/chrome/content/zotero/zoteroPane.js @@ -1378,10 +1378,6 @@ var ZoteroPane = new function() */ this.itemSelected = function (event) { return Zotero.Promise.coroutine(function* () { - if (Zotero.DB.inTransaction()) { - yield Zotero.DB.waitForTransaction(); - } - // Don't select item until items list has loaded // // This avoids an error if New Item is used while the pane is first loading.