mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
always set emptyValue, not just for filter
This commit is contained in:
parent
c2105de49c
commit
ea8a8f1b53
@ -61,6 +61,8 @@ SetWidget.prototype.getValue = function() {
|
||||
if(results.length === 0 && this.setEmptyValue !== undefined) {
|
||||
value = this.setEmptyValue;
|
||||
}
|
||||
} else if(!value && this.setEmptyValue) {
|
||||
value = this.setEmptyValue;
|
||||
}
|
||||
return value;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user