소스 검색

copy markedElements into the runner instance

Gildas 6 년 전
부모
커밋
b79c828828
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      lib/single-file/single-file-core.js

+ 1 - 0
lib/single-file/single-file-core.js

@@ -173,6 +173,7 @@ this.singlefile.lib.core = this.singlefile.lib.core || (() => {
 				this.options.shadowRoots = docData.shadowRoots;
 				this.options.imports = docData.imports;
 				this.options.referrer = docData.referrer;
+				this.markedElements = docData.markedElements;
 			}
 			if (this.options.saveRawPage) {
 				this.options.removeFrames = true;