Explorar o código

copy markedElements into the runner instance

Former-commit-id: b79c828828ea2f8da891b1734392725f9959eb0c
Gildas %!s(int64=6) %!d(string=hai) anos
pai
achega
c325b67da4
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;