@@ -176,7 +176,7 @@ const videoRef = ref<HTMLVideoElement | null>(null)
|
||||
const openVideoModal = () => {
|
||||
videoModalVisible.value = true
|
||||
}
|
||||
|
||||
// console.log('11')
|
||||
const handleVideoModalClose = () => {
|
||||
if (videoRef.value) {
|
||||
videoRef.value.pause()
|
||||
|
||||
Reference in New Issue
Block a user