From 136adfdcadd6124b62bde21dadc50051e44b4af9 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 246b47e9ca..b9728b23df 100644 --- a/app/javascript/flavours/glitch/components/status.jsx +++ b/app/javascript/flavours/glitch/components/status.jsx @@ -160,6 +160,7 @@ class Status extends ImmutablePureComponent { 'expanded', 'unread', 'pictureInPicture', + 'onQuoteCancel', 'previousId', 'nextInReplyToId', 'rootId',