mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
client/home: fix featured WEBMs being unclickable
This commit is contained in:
@ -62,6 +62,11 @@ class HomeView {
|
||||
this._postNotesOverlay = new PostNotesOverlayControl(
|
||||
this._postContainerNode.querySelector('.post-overlay'),
|
||||
postInfo.featuredPost);
|
||||
|
||||
if (postInfo.featuredPost.type === 'video'
|
||||
|| postInfo.featuredPost.type === 'flash') {
|
||||
this._postContentControl.disableOverlay();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user