From 6c1ba0aeeee79df0b3d55a9aee68407989857a25 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Thu, 30 Mar 2017 23:08:34 -0400 Subject: [PATCH] Don't wait for transaction when selecting item --- chrome/content/zotero/zoteroPane.js | 4 ---- 1 file changed, 4 deletions(-) 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.