mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-05-23 05:42:17 +00:00
4525a3d631
Relates to Issue #2268 I tried to map over the list of tags but NodeLists are not arrays and so need to be converted. This looks ugly and probably should be abstracted to a function. Come to think of it should we have a `$tw.utils.map()` function?