Skip to content

Commit a071418

Browse files
committed
Fix mistake in copying iframe context node
1 parent a5dcb6a commit a071418

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

html-api-debugger/view.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -658,11 +658,6 @@ const store = createStore(NS, {
658658
// @ts-expect-error It's an Element!
659659
contextElement = walker.currentNode;
660660
}
661-
if (contextElement) {
662-
store.state.DOM.contextNode = contextElement.nodeName;
663-
contextElement.innerHTML =
664-
store.state.playbackHTML ?? store.state.html;
665-
}
666661
}
667662

668663
tree = contextElement || doc;

0 commit comments

Comments
 (0)