fix shadow dom

This commit is contained in:
Gabe Yuan
2023-08-24 15:07:13 +08:00
parent a2762e6ce6
commit 6c4d3149eb

View File

@@ -129,7 +129,6 @@ export class Translator {
_register = () => {
// 监听节点变化;
this._mutaObserver.disconnect();
this._mutaObserver.observe(document, {
childList: true,
subtree: true,