From b4222bead4a039e6c5c0d793d18b11bd314d3cf6 Mon Sep 17 00:00:00 2001 From: Vivianne Langdon Date: Mon, 28 Feb 2022 23:01:33 -0800 Subject: [PATCH] Remove uuid for status reply panel - The focus target did not include this uuid, so was throwing `Uncaught TypeError: node is null` when clicking on Reply button. - I wasn't able to figure out how to share the uuid between blocks but it doesn't seem like the uuid is really needed -- the same block has other ids that do not have the uuid in them. --- bookwyrm/templates/snippets/status/layout.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/bookwyrm/templates/snippets/status/layout.html b/bookwyrm/templates/snippets/status/layout.html index a7727042e..4e5b75cc0 100644 --- a/bookwyrm/templates/snippets/status/layout.html +++ b/bookwyrm/templates/snippets/status/layout.html @@ -69,7 +69,6 @@ {% block card-bonus %} {% if request.user.is_authenticated and not moderation_mode and not no_interact %} -{% with status.id|uuid as uuid %} -{% endwith %} {% endif %} {% endblock %}