Fix image disabled

This commit is contained in:
the1812 2022-04-13 23:51:19 +08:00
parent d21f69c030
commit 5219d0b185

View File

@ -22,7 +22,7 @@ const entry = async () => {
if (e.ctrlKey || !enabled) {
return
}
const contents = dqa(element, '.content, .bili-dyn-content')
const contents = dqa(element, '.content, .bili-dyn-content [data-module="desc"] .bili-rich-text')
const target = e.target as HTMLElement
if (target.hasAttribute('click-title')) {
return