From 527bed86b5b89b48e21bbb6c8c18407d7d6cb82c Mon Sep 17 00:00:00 2001 From: PGray <77597544+PGrayCS@users.noreply.github.com> Date: Wed, 28 Jan 2026 10:33:04 +0000 Subject: [PATCH] [Glitch] Fix quote cancel button not appearing after edit then delete-and-redraft Port f1c00feb5c98389d18243494514249c536b5ce7c to glitch-soc Signed-off-by: Claire --- app/javascript/flavours/glitch/components/status.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/javascript/flavours/glitch/components/status.jsx b/app/javascript/flavours/glitch/components/status.jsx index 98d1227c86..31df0d8c5d 100644 --- a/app/javascript/flavours/glitch/components/status.jsx +++ b/app/javascript/flavours/glitch/components/status.jsx @@ -159,6 +159,7 @@ class Status extends ImmutablePureComponent { 'expanded', 'unread', 'pictureInPicture', + 'onQuoteCancel', 'previousId', 'nextInReplyToId', 'rootId',