mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-08 09:20:06 +02:00
JS -- Fix events dispatchment and add tests
* dispatch event to take into account calculation order * use a map for actions in Field
This commit is contained in:
parent
83658c974d
commit
2dfac4cb41
7 changed files with 459 additions and 104 deletions
|
@ -30,6 +30,7 @@ class InfoProxyHandler {
|
|||
class Doc extends PDFObject {
|
||||
constructor(data) {
|
||||
super(data);
|
||||
this.calculate = true;
|
||||
|
||||
this.baseURL = data.baseURL || "";
|
||||
this.calculate = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue