Compare commits
2 Commits
f02f3f5c04
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 70f4f97d53 | |||
| 013dfb4bee |
@@ -176,7 +176,7 @@ const videoRef = ref<HTMLVideoElement | null>(null)
|
|||||||
const openVideoModal = () => {
|
const openVideoModal = () => {
|
||||||
videoModalVisible.value = true
|
videoModalVisible.value = true
|
||||||
}
|
}
|
||||||
|
// console.log('11')
|
||||||
const handleVideoModalClose = () => {
|
const handleVideoModalClose = () => {
|
||||||
if (videoRef.value) {
|
if (videoRef.value) {
|
||||||
videoRef.value.pause()
|
videoRef.value.pause()
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 176 KiB After Width: | Height: | Size: 176 KiB |
Reference in New Issue
Block a user