Explorar el Código

pass `contentWidth`
(see https://github.com/gildas-lormeau/SingleFile/pull/1707)

Gildas hace 9 meses
padre
commit
8797872f82
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/core/common/download.js

+ 1 - 0
src/core/common/download.js

@@ -89,6 +89,7 @@ async function downloadPage(pageData, options) {
 		bookmarkId: options.bookmarkId,
 		replaceBookmarkURL: options.replaceBookmarkURL,
 		applySystemTheme: options.applySystemTheme,
+		contentWidth: options.contentWidth,
 		defaultEditorMode: options.defaultEditorMode,
 		includeInfobar: options.includeInfobar,
 		openInfobar: options.openInfobar,