We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fe9755 commit a1eee56Copy full SHA for a1eee56
src/plugin/pagebreaks.js
@@ -47,7 +47,6 @@ Worker.prototype.toContainer = function toContainer() {
47
legacyEls = Array.prototype.slice.call(legacyEls);
48
49
// Loop through all elements.
50
- // TODO: Only loop through all if css option is chosen?
51
var els = root.querySelectorAll('*');
52
Array.prototype.forEach.call(els, function pageBreak_loop(el) {
53
// Setup pagebreak rules based on legacy and avoidAll modes.
0 commit comments