mirror of
				https://github.com/Jermolene/TiddlyWiki5
				synced 2025-10-30 23:23:02 +00:00 
			
		
		
		
	Merge pull request #2125 from tobibeer/set-emptyValue-always
always set emptyValue, not just for filter
This commit is contained in:
		| @@ -61,6 +61,8 @@ SetWidget.prototype.getValue = function() { | |||||||
| 		if(results.length === 0 && this.setEmptyValue !== undefined) { | 		if(results.length === 0 && this.setEmptyValue !== undefined) { | ||||||
| 			value = this.setEmptyValue; | 			value = this.setEmptyValue; | ||||||
| 		} | 		} | ||||||
|  | 	} else if(!value && this.setEmptyValue) { | ||||||
|  | 		value = this.setEmptyValue; | ||||||
| 	} | 	} | ||||||
| 	return value; | 	return value; | ||||||
| }; | }; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Jeremy Ruston
					Jeremy Ruston