You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use the jobsManager in the (Apollo) session to update that an ontology is loading.
We'll have to pass something into the OntologyManager to call updates with, like an update callback. We can then use that callback to adapt to the jobsManager. e.g. something like this:
Use the
jobsManager
in the (Apollo) session to update that an ontology is loading.We'll have to pass something into the OntologyManager to call updates with, like an
update
callback. We can then use that callback to adapt to thejobsManager
. e.g. something like this:You can see an example of how
jobsManager
is used inpackages/jbrowse-plugin-apollo/src/components/ImportFeatures.tsx
.The text was updated successfully, but these errors were encountered: