diff --git a/templates/editor/layout.html.twig b/templates/editor/layout.html.twig index 224b6a5..951c2c5 100644 --- a/templates/editor/layout.html.twig +++ b/templates/editor/layout.html.twig @@ -145,8 +145,6 @@ /> {{ form_row(form.content, {'label': false, 'attr': {'class': 'form-control editor-md-field'}}) }} -
- {# JS should sync changes in content to content_html (Quill) #} @@ -189,9 +187,6 @@ - - - {# Right sidebar (last grid column) #} @@ -278,12 +273,17 @@ {# Hidden container for Nostr publishing (no JSON textarea, uses canonical panel) #} - {% endblock %}