mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-08 17:30:09 +02:00
parent
7102e4a5c3
commit
34d2e72df2
4 changed files with 20 additions and 22 deletions
|
@ -83,7 +83,7 @@ class EventDispatcher {
|
|||
return;
|
||||
}
|
||||
|
||||
const name = baseEvent.name.replace(" ", "");
|
||||
const name = baseEvent.name;
|
||||
const source = this._objects[id];
|
||||
const event = (globalThis.event = new Event(baseEvent));
|
||||
let savedChange;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue