Skip to content

Commit

Permalink
Merge pull request #4980 from sunfkny/fix-disable-details
Browse files Browse the repository at this point in the history
[组件-禁止跳转动态详情] fix: 修复带图转发动态二次转发后,`查看图片` 失效
  • Loading branch information
the1812 authored Oct 31, 2024
2 parents 21e44f7 + 09afe49 commit 9658f63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions registry/lib/components/feeds/disable-details/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ const entry = async () => {
'bili-rich-text-topic',
'bili-rich-text-module',
'bili-rich-text-link',
'bili-rich-text-viewpic',
].some(className => target.classList.contains(className))
) {
return
Expand Down

0 comments on commit 9658f63

Please sign in to comment.