mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-15 08:48:53 +00:00
Fix interaction between CWs and hashtag bars
This commit is contained in:
@@ -781,7 +781,7 @@ class Status extends ImmutablePureComponent {
|
||||
}, 'focusable');
|
||||
|
||||
const {statusContentProps, hashtagBar} = getHashtagBarForStatus(status);
|
||||
media.push(hashtagBar);
|
||||
contentMedia.push(hashtagBar);
|
||||
|
||||
return (
|
||||
<HotKeys handlers={handlers}>
|
||||
|
||||
Reference in New Issue
Block a user