-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: updated pdf component with highlights #259
Conversation
cssClasses, | ||
}, | ||
events: { | ||
"pdf-load": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this event being fired? I can't seem to find the code that fires it.
Feel free to remove this event for now, but if you want to keep it:
- Make sure to trigger it
- Please rename this one to
ss-pdf-load
. You shouldn't need to change the core if there's no payload. - Also, add a
desc
here even if we suspect what is, just for consistency.
Note about "ss-" usage:
I strongly prefer to prefix "ss-" and use sanitisation when needed, but when basically forwarding events from other libraries e.g. Google Maps this is potentially a pain as you usually have complex types that can change across versions.
Thanks for the changes and the fix |
No description provided.