Browse Source

Fix quote cancel button not appearing after edit then delete-and-redraft (#37066)

pull/1371/head
PGray 2 months ago committed by Misty De Meo
parent
commit
0dcbce2915
No known key found for this signature in database
GPG Key ID: 76CF846A2F674B2C
  1. 1
      app/javascript/mastodon/components/status.jsx

1
app/javascript/mastodon/components/status.jsx

@ -145,6 +145,7 @@ class Status extends ImmutablePureComponent {
'hidden',
'unread',
'pictureInPicture',
'onQuoteCancel',
];
state = {

Loading…
Cancel
Save