This commit is contained in:
guoqing 2022-07-05 09:37:39 +00:00 committed by GitHub
commit f9800c9a38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -387,7 +387,7 @@ export class DocumentCloner {
const value = style.content;
const document = clone.ownerDocument;
if (!document || !value || value === 'none' || value === '-moz-alt-content' || style.display === 'none') {
if (!document || !value || value === 'normal' || value === 'none' || value === '-moz-alt-content' || style.display === 'none') {
return;
}