diff options
| author | Shpuld Shpludson <shp@cock.li> | 2019-08-08 10:10:23 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2019-08-08 10:10:23 +0000 |
| commit | 74cf60109417b7480f62010567d5aa8cbb797ef9 (patch) | |
| tree | 392dbd1991084f38e7cfb7afc48705927cd9d823 /src/components/mobile_nav/mobile_nav.js | |
| parent | 92380652feb83c6a4dde5ca3bac35ff4b409fa2d (diff) | |
| parent | 32b4d4d223e833e25b53d98a61f71f56142d67ab (diff) | |
Merge branch '627' into 'develop'
Fix "Post status modal disappearing on mobile landscape mode"
Closes #627
See merge request pleroma/pleroma-fe!899
Diffstat (limited to 'src/components/mobile_nav/mobile_nav.js')
| -rw-r--r-- | src/components/mobile_nav/mobile_nav.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/components/mobile_nav/mobile_nav.js b/src/components/mobile_nav/mobile_nav.js index 9b341a3b..c2bb76ee 100644 --- a/src/components/mobile_nav/mobile_nav.js +++ b/src/components/mobile_nav/mobile_nav.js @@ -1,14 +1,12 @@ import SideDrawer from '../side_drawer/side_drawer.vue' import Notifications from '../notifications/notifications.vue' -import MobilePostStatusModal from '../mobile_post_status_modal/mobile_post_status_modal.vue' import { unseenNotificationsFromStore } from '../../services/notification_utils/notification_utils' import GestureService from '../../services/gesture_service/gesture_service' const MobileNav = { components: { SideDrawer, - Notifications, - MobilePostStatusModal + Notifications }, data: () => ({ notificationsCloseGesture: undefined, |
