diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2019-08-11 20:13:57 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2019-08-11 20:13:57 +0900 |
| commit | 7dd193636c1c072a1fb2f5c6cafe02c6e5f096ce (patch) | |
| tree | b4384cae3072a25fa198b222a6215150a548d264 /src/client/app/desktop/views/components | |
| parent | ユーザー名の突き抜けの修正 (#5261) (diff) | |
| download | misskey-7dd193636c1c072a1fb2f5c6cafe02c6e5f096ce.tar.gz misskey-7dd193636c1c072a1fb2f5c6cafe02c6e5f096ce.tar.bz2 misskey-7dd193636c1c072a1fb2f5c6cafe02c6e5f096ce.zip | |
Fix #5260
Diffstat (limited to 'src/client/app/desktop/views/components')
| -rw-r--r-- | src/client/app/desktop/views/components/notifications.vue | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/client/app/desktop/views/components/notifications.vue b/src/client/app/desktop/views/components/notifications.vue index f6f4a5ae5b..a2504abe66 100644 --- a/src/client/app/desktop/views/components/notifications.vue +++ b/src/client/app/desktop/views/components/notifications.vue @@ -165,7 +165,9 @@ export default Vue.extend({ i18n: i18n(), mixins: [ - paging({}), + paging({ + isContainer: true + }), ], props: { |