layout-3
This commit is contained in:
parent
811558f4d8
commit
31bb24548f
19 changed files with 189 additions and 110 deletions
|
|
@ -8,7 +8,6 @@ export default class myCustomHandler2 extends Handler {
|
|||
|
||||
|
||||
afterPageLayout(pageElement, page, breakToken) {
|
||||
console.log(pageElement);
|
||||
let pageArea = pageElement.querySelector(".pagedjs_area");
|
||||
let pageAreaTop = pageArea.getBoundingClientRect().top;
|
||||
let items = pageElement.querySelectorAll("p, h3, h4, .inline-note");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue