diff --git a/chrome/content/zotero/xpcom/data/tags.js b/chrome/content/zotero/xpcom/data/tags.js index 4c6836473..e78f4ff34 100644 --- a/chrome/content/zotero/xpcom/data/tags.js +++ b/chrome/content/zotero/xpcom/data/tags.js @@ -603,7 +603,7 @@ Zotero.Tags = new function() { } let id = libraryID + "/" + setting; - if (event == 'modify' && extraData[id].changed) { + if ((event == 'modify' || event == 'delete') && extraData[id].changed) { var previousTagColors = extraData[id].changed.value; } else {