Remove color swatch for last-removed tag color
This commit is contained in:
parent
0a7cc44481
commit
fc104e345b
1 changed files with 1 additions and 1 deletions
|
@ -603,7 +603,7 @@ Zotero.Tags = new function() {
|
||||||
}
|
}
|
||||||
|
|
||||||
let id = libraryID + "/" + setting;
|
let id = libraryID + "/" + setting;
|
||||||
if (event == 'modify' && extraData[id].changed) {
|
if ((event == 'modify' || event == 'delete') && extraData[id].changed) {
|
||||||
var previousTagColors = extraData[id].changed.value;
|
var previousTagColors = extraData[id].changed.value;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue