diff options
| author | ShittyKopper <shittykopper@w.on-t.work> | 2024-01-24 19:36:19 +0300 |
|---|---|---|
| committer | ShittyKopper <shittykopper@w.on-t.work> | 2024-02-04 12:51:14 +0300 |
| commit | a4439ed803f73302e82fe9ae4a01cee6c5865a1b (patch) | |
| tree | bf41aa305cc3ee1daeb781124f9ed366f6ad0f49 /packages/frontend/src | |
| parent | upd: add a download button to videos and audio (diff) | |
| download | sharkey-a4439ed803f73302e82fe9ae4a01cee6c5865a1b.tar.gz sharkey-a4439ed803f73302e82fe9ae4a01cee6c5865a1b.tar.bz2 sharkey-a4439ed803f73302e82fe9ae4a01cee6c5865a1b.zip | |
fix: bring back the ability to hover on videos to show alt text
Diffstat (limited to 'packages/frontend/src')
| -rw-r--r-- | packages/frontend/src/components/MkMediaVideo.vue | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/frontend/src/components/MkMediaVideo.vue b/packages/frontend/src/components/MkMediaVideo.vue index b4ad92cf09..04a424e0fe 100644 --- a/packages/frontend/src/components/MkMediaVideo.vue +++ b/packages/frontend/src/components/MkMediaVideo.vue @@ -430,7 +430,6 @@ onDeactivated(() => { display: block; height: 100%; width: 100%; - pointer-events: none; } .videoOverlayPlayButton { |