From 299c00cf74fbef8b8b597330b8c0e6e28765ab7e Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Sun, 15 Aug 2021 18:35:26 +0300 Subject: fix video attachments in notifications not having pointer cursor --- src/components/attachment/attachment.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/components/attachment/attachment.js') diff --git a/src/components/attachment/attachment.js b/src/components/attachment/attachment.js index bd424087..b2ba1655 100644 --- a/src/components/attachment/attachment.js +++ b/src/components/attachment/attachment.js @@ -118,6 +118,9 @@ const Attachment = { } return modalTypes.includes(this.type) }, + videoTag () { + return this.useModal ? 'button' : 'span' + }, ...mapGetters(['mergedConfig']) }, watch: { -- cgit v1.2.3-70-g09d2