From 49fe2b98d97523174889ec86b9925e4e795ca034 Mon Sep 17 00:00:00 2001 From: Abe Jellinek Date: Tue, 16 Jan 2024 11:48:50 -0500 Subject: [PATCH] Restore tag autocomplete popup Regression from 275ea6f because of a duplicate element ID. Now we only create one popup, even if there are multiple tags-boxes. --- chrome/content/zotero/elements/tagsBox.js | 32 ++++++++++++++--------- 1 file changed, 19 insertions(+), 13 deletions(-) diff --git a/chrome/content/zotero/elements/tagsBox.js b/chrome/content/zotero/elements/tagsBox.js index 4b67e55956..aa42cac348 100644 --- a/chrome/content/zotero/elements/tagsBox.js +++ b/chrome/content/zotero/elements/tagsBox.js @@ -48,19 +48,6 @@ - -