mirror of
				https://github.com/Jermolene/TiddlyWiki5
				synced 2025-10-30 23:23:02 +00:00 
			
		
		
		
	Fix bug where count widget wasn't being updated correctly
This commit is contained in:
		| @@ -54,6 +54,7 @@ Selectively refreshes the widget if needed. Returns true if the widget or any of | ||||
| */ | ||||
| CountWidget.prototype.refresh = function(changedTiddlers) { | ||||
| 	// Re-execute the filter to get the count | ||||
| 	this.computeAttributes(); | ||||
| 	var oldCount = this.currentCount; | ||||
| 	this.execute(); | ||||
| 	if(this.currentCount !== oldCount) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jermolene
					Jermolene