Bläddra i källkod

copy markedElements into the runner instance

Former-commit-id: b79c828828ea2f8da891b1734392725f9959eb0c
Gildas 6 år sedan
förälder
incheckning
c325b67da4
1 ändrade filer med 1 tillägg och 0 borttagningar
  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;