veraPDF / verapdf-js-viewer

PDF preview based on pdf.js
Mozilla Public License 2.0
3 stars 3 forks source link

onBboxClick doesn't work in latest version #48

Open BennyAlex opened 1 year ago

BennyAlex commented 1 year ago

onBboxClick={(data) => console.log('clicked', data) }

The event will not be triggered, no clicked is visible in the console