Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

Commit cf3c8bb

Browse files
authored
Merge pull request imas#458 from imas/fix/FavouriteTagsContainer-in-multi-column
マルチカラム表示時に投稿欄下にお気に入りタグ機能が表示されていなかったバグを修正
2 parents 2e7db31 + ad46a74 commit cf3c8bb

File tree

1 file changed

+1
-0
lines changed
  • app/javascript/mastodon/features/compose

1 file changed

+1
-0
lines changed

app/javascript/mastodon/features/compose/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ class Compose extends React.PureComponent {
118118
<NavigationContainer onClose={this.onBlur} />
119119

120120
<ComposeFormContainer />
121+
<FavouriteTagsContainer />
121122

122123
<div className='drawer__inner__mastodon'>
123124
<img alt='' draggable='false' src={mascot || elephantUIPlane} />

0 commit comments

Comments
 (0)