From 02f6fc70e38094a90db9a53c51fafbc99f41df8d Mon Sep 17 00:00:00 2001 From: WASRUSGEN Date: Thu, 28 May 2026 18:27:11 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20callToAction=20renders=20HTML=20tags=20a?= =?UTF-8?q?s=20text=20=E2=80=94=20pass=20isRawHtml=3Dtrue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mockup.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mockup.html b/mockup.html index bd396c3..889069d 100644 --- a/mockup.html +++ b/mockup.html @@ -4786,7 +4786,7 @@ function initReturnChat() { delay += 300; (function(d){ setTimeout(_rcAddTyping, d); })(delay); delay += 600; - (function(d, txt){ setTimeout(function(){ _rcRemoveTyping(); _rcAddBubble(txt, false); }, d); })(delay, callToAction); + (function(d, txt){ setTimeout(function(){ _rcRemoveTyping(); _rcAddBubble(txt, false, true); }, d); })(delay, callToAction); // show controls delay += 400;