Skip to content
Snippets Groups Projects
Unverified Commit 6bd3d0b8 authored by incymbalis's avatar incymbalis
Browse files

Merge remote changes

parents 218a764b 2e995afc
No related branches found
No related tags found
1 merge request!4Fix calculations for pages with bleeds set
......@@ -91,9 +91,8 @@ class Printer extends EventEmitter {
}
await page.evaluate(() => {
window.PagedConfig = {
auto: false
}
window.PagedConfig = window.PagedConfig || {};
window.PagedConfig.auto = false;
});
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment