From a8272903325dd411dc99e90c04ed139f046a1367 Mon Sep 17 00:00:00 2001 From: "jeremy@jermolene.com" Date: Tue, 10 May 2022 10:22:35 +0100 Subject: [PATCH] Fix stringifying/parsing string arrays containing newlines A very old bug. Fixes the ActionListOpsWidget problem @btheado --- boot/boot.js | 4 ++-- editions/test/tiddlers/tests/test-utils.js | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/boot/boot.js b/boot/boot.js index 4bdedf4ef..d7f00e8c9 100644 --- a/boot/boot.js +++ b/boot/boot.js @@ -375,7 +375,7 @@ $tw.utils.stringifyList = function(value) { var result = new Array(value.length); for(var t=0, l=value.length; t