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
Is a new viewer instance needed every time OSD loads? Or is it better to have just one instance of openseadragron viewer that is passed a new image url?
is the openseadragon viewer destroyed when the component is dismounted? Or should clover manually destroy the viewer using openseadragon destroy viewer.destroy(); viewer = null?
The text was updated successfully, but these errors were encountered:
In OSD component, a new openseadragron viewer instance is created when that component is created.
clover-iiif/src/components/Viewer/ImageViewer/OSD.tsx
Line 61 in 4080e1f
Is a new viewer instance needed every time OSD loads? Or is it better to have just one instance of openseadragron viewer that is passed a new image url?
is the openseadragon viewer destroyed when the component is dismounted? Or should clover manually destroy the viewer using openseadragon destroy
viewer.destroy(); viewer = null
?The text was updated successfully, but these errors were encountered: