summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohann150 <johann.galle@protonmail.com>2021-10-31 11:12:19 +0100
committerGitHub <noreply@github.com>2021-10-31 19:12:19 +0900
commit15cd56361289590e09f68e8161fdb2dce8e6b9e5 (patch)
treeb48be5ce383ef35078f3f88f57a278366609972a /src
parentfix: 削除したノートやユーザーがリモートから参照される... (diff)
downloadsharkey-15cd56361289590e09f68e8161fdb2dce8e6b9e5.tar.gz
sharkey-15cd56361289590e09f68e8161fdb2dce8e6b9e5.tar.bz2
sharkey-15cd56361289590e09f68e8161fdb2dce8e6b9e5.zip
stop context menu handling for videos (#7927)
Diffstat (limited to 'src')
-rw-r--r--src/client/components/media-video.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/components/media-video.vue b/src/client/components/media-video.vue
index 44367ee999..4d4a551653 100644
--- a/src/client/components/media-video.vue
+++ b/src/client/components/media-video.vue
@@ -11,6 +11,7 @@
:title="video.name"
preload="none"
controls
+ @contextmenu.stop
>
<source
:src="video.url"