Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -109,7 +109,7 @@ const handleSelectPreview = () => { | @@ -109,7 +109,7 @@ const handleSelectPreview = () => { | ||
| 109 | 109 | ||
| 110 | onMounted(async () => { | 110 | onMounted(async () => { |
| 111 | await nextTick() | 111 | await nextTick() |
| 112 | - isLightboxMode() | 112 | + isLightboxMode() || isShareMode() |
| 113 | ? handleGetVideoPlay() | 113 | ? handleGetVideoPlay() |
| 114 | : handleSelectPreview() | 114 | : handleSelectPreview() |
| 115 | }) | 115 | }) |