Fix: ブックマーク・ブックマーク分類・サークル・お気に入り・スタンプの投稿一覧で、ヘッダを押してもスクロールできない問題(本家由来) (#124)
This commit is contained in:
parent
86a8b260e4
commit
7d6684f0cd
5 changed files with 5 additions and 5 deletions
|
@ -12,9 +12,9 @@ import { debounce } from 'lodash';
|
|||
|
||||
import { addColumn, removeColumn, moveColumn } from 'mastodon/actions/columns';
|
||||
import { fetchFavouritedStatuses, expandFavouritedStatuses } from 'mastodon/actions/favourites';
|
||||
import Column from 'mastodon/components/column';
|
||||
import ColumnHeader from 'mastodon/components/column_header';
|
||||
import StatusList from 'mastodon/components/status_list';
|
||||
import Column from 'mastodon/features/ui/components/column';
|
||||
import { getStatusList } from 'mastodon/selectors';
|
||||
|
||||
const messages = defineMessages({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue