TeamMaestro / pdf-viewer

PDF viewer web component built in StencilJS. Reusable in Angular, Ionic, React, Vue.JS, etc.
MIT License
78 stars 12 forks source link

Fix/page change event #29

Closed sean-perkins closed 4 years ago

sean-perkins commented 4 years ago

Fixes listening to bubbled DOM events through the event bus in pdf.js. Updates the app options to allow the events to pass through the event bus to the DOM.

This impacts all events we were listening to, but most visible to our implementation was the page change wasn't firing anymore.