Merge branch 'common-fixes' into main
This commit is contained in:
commit
01037eda76
1 changed files with 1 additions and 1 deletions
|
|
@ -271,7 +271,7 @@ export default class DOMManager extends ListWalker<Message> {
|
|||
logger.warn("No iframe doc", msg, node, node.contentDocument);
|
||||
return;
|
||||
}
|
||||
this.nl[ msg.id ] = doc
|
||||
this.nl[ msg.id ] = doc.documentElement
|
||||
return;
|
||||
} else if (node instanceof Element) { // shadow DOM
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue