From ea709d246d71caeaf6349aeb6707fcfd1fa6e174 Mon Sep 17 00:00:00 2001 From: Grzegorz Gidel Date: Wed, 26 Apr 2023 00:38:03 +0200 Subject: [PATCH] Consistent spacing between examples regardless of pinning --- public/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/script.js b/public/script.js index 7d80dd7d6..1635d5960 100644 --- a/public/script.js +++ b/public/script.js @@ -1583,7 +1583,7 @@ async function Generate(type, automatic_trigger, force_name2) { // Force pinned examples into the context let pinExmString; if (power_user.pin_examples) { - pinExmString = examplesString = mesExamplesArray.map(example => appendToStoryString(example, '')).join(''); + pinExmString = examplesString = mesExamplesArray.join(''); } // Collect enough messages to fill the context