ソースを参照

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

Gildas 9 ヶ月 前
コミット
8797872f82
1 ファイル変更1 行追加0 行削除
  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,