From 17fae0d6572cdc7289956748f620b53d8076dfa3 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Mon, 13 Dec 2010 22:28:45 +0000 Subject: [PATCH] Fix tag not disappearing on removal from item if tag selector is closed --- chrome/content/zotero/bindings/tagsbox.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chrome/content/zotero/bindings/tagsbox.xml b/chrome/content/zotero/bindings/tagsbox.xml index 4fd16458b9..6c76341fbe 100644 --- a/chrome/content/zotero/bindings/tagsbox.xml +++ b/chrome/content/zotero/bindings/tagsbox.xml @@ -133,7 +133,7 @@ return tags.length; } - this.updateCount(); + this.updateCount(0); return 0; ]]> @@ -529,6 +529,7 @@ @@ -538,8 +539,7 @@