From c85fe2ee4113b21963193ae64ec0e94688aad763 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Wed, 12 Feb 2025 16:26:52 +0100 Subject: [PATCH] fix: improve performance of iframe resizer --- templates/layout.html.twig | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/layout.html.twig b/templates/layout.html.twig index 1fff22c..efe218d 100644 --- a/templates/layout.html.twig +++ b/templates/layout.html.twig @@ -14,5 +14,6 @@ {% block content %}{% endblock %} {% include '_partials/_loading_indicator.html.twig' %} +
{% endblock %} \ No newline at end of file