1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2026-07-03 18:32:44 +00:00
Files
TiddlyWiki5/core/modules
Matt Lauber 22145e2e51 Fix for #2274
List fields (such as tags) when evaluated to produce tiddlers result in empty arrays.  Using the exact not equals, an empty array is not the same as an empty string.  By using equivelent not equals, we state that the field is either != "" or anything that can be coerced to "".  Which, based on https://dorey.github.io/JavaScript-Equality-Table/ is `false` `0` `[]` or `[[]]`` neither `false` nor `0` can be set as a tiddler field as both will end up being quoted (`"false"`, `"0"`) so this should work.
2016-02-15 08:31:23 -05:00
..
2016-02-15 08:31:23 -05:00
2014-08-30 20:44:26 +01:00
2015-04-24 11:13:10 +01:00
2016-02-15 11:33:47 +00:00
2015-01-14 20:09:15 +00:00