-
Notifications
You must be signed in to change notification settings - Fork 46
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(scroll): emit 'annotations_initialized' when annotations first initializes. #515
Conversation
* accommodate changes in content-preview to send ready event with annotations once annotations are loaded.
Should we emit |
The document isn't ready to scroll when the fetch call completes as there are no annotated elements and the page elements are not loaded yet. |
* PR Feedback
* Refactor to emit 'annotations_initialized' using eventing middleware
* Remove un-used class variable
* PR Feedback
Can we update the PR title? |
* PR Feedback
box/box-content-preview#1224 depends on this change