Skip to content
Snippets Groups Projects

Lock body scroll when modal is open globally

Merged Tae Hoon requested to merge tae/pleroma-fe:modal-scroll-lock into develop
All threads resolved!
Files
10
import StillImage from '../still-image/still-image.vue'
import VideoAttachment from '../video_attachment/video_attachment.vue'
import Modal from '../modal/modal.vue'
import fileTypeService from '../../services/file_type/file_type.service.js'
const MediaModal = {
components: {
StillImage,
VideoAttachment
VideoAttachment,
Modal
},
computed: {
showing () {
Loading