From 55cf899e6c43674ae6c4ffd7ea464fa9bb42e6a5 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 20 Aug 2023 19:38:47 +0300 Subject: [PATCH] fix "publish" button not closing menu on mobile --- files/templates/post_actions_mobile.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/files/templates/post_actions_mobile.html b/files/templates/post_actions_mobile.html index fb26b3696..6eaec6f59 100644 --- a/files/templates/post_actions_mobile.html +++ b/files/templates/post_actions_mobile.html @@ -1,5 +1,7 @@ {% if v and v.id==p.author_id and p.private %} - + {% endif %}