Преглед на файлове

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;