Valentin Hutter
Valentin Hutter
Same problem... cannot click stars ```vue ```
Edit : Here are others examples : ``` Component emitted event "update:zoom" but it is neither declared in the emits option nor as an "onUpdate:zoom" prop. Component emitted event "update:center"...
@DonNicoJs Hi, did you see this issue by any chance please?
Maybe we can take inspiration from this: - https://github.com/AaronMorais/pdf-highlighter/blob/master/src/pages/index.js#L184-L211 - https://github.com/EvolutionJobs/pdf-viewer/blob/master/pdf-viewer-page.ts
> Hi @valh1996, > > Do you think updating PDFJS to [2.13.216](https://github.com/mozilla/pdf.js/releases/tag/v2.13.216) would cover the diacritics insensitive search problem ([check this PR](https://github.com/mozilla/pdf.js/pull/13261))? As for "several words to search", I'm not...
> I've tried exposing something like the following, with no success so far: > > ```js > import { EventBus, PDFFindController } from 'pdfjs-dist/legacy/web/pdf_viewer.js' > ... > const findController =...
I tried an alternative solution to make the highlight when rendering the textlayer since we get the text with the exact position. But we lose all the advantages of the...
Same problem for me, as a workaround, I use : ```js const { nuxt2Context: { $repository, $toast, $i18n } } = useNuxtApp() ``` **/!\ EDIT: Do not use this workaround...
@ShekhSaifuddin007 Why not simply use a `v-if` directive to remove it?
+1 This built-in feature would be very welcome