From 389f0b4bb4ee6fff71e2259c1b41c67e87f142d5 Mon Sep 17 00:00:00 2001 From: mrilyew <99399973+mrilyew@users.noreply.github.com> Date: Sat, 2 Nov 2024 12:13:17 +0300 Subject: [PATCH] allow comments scroll --- Web/Presenters/templates/components/comments.xml | 8 +++++--- Web/static/js/al_comments.js | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Web/Presenters/templates/components/comments.xml b/Web/Presenters/templates/components/comments.xml index 0df0c91f..a4bf59da 100644 --- a/Web/Presenters/templates/components/comments.xml +++ b/Web/Presenters/templates/components/comments.xml @@ -9,9 +9,11 @@ {if sizeof($comments) > 0} - {foreach $comments as $comment} - {include "comment.xml", comment => $comment} - {/foreach} +