Merge branch 'common-fixes' into main

This commit is contained in:
ShiKhu 2022-04-28 17:13:15 +02:00
commit 01037eda76

View file

@ -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 {