mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-21 20:56:09 +03:00
make reference strip always use the canvas drawer
This commit is contained in:
parent
1588f6b715
commit
40a4e42835
@ -455,7 +455,7 @@ function loadPanels( strip, viewerSize, scroll ) {
|
||||
animationTime: 0,
|
||||
loadTilesWithAjax: strip.viewer.loadTilesWithAjax,
|
||||
ajaxHeaders: strip.viewer.ajaxHeaders,
|
||||
drawer: strip.viewer.drawer.constructor, //use the same drawer as the main viewer
|
||||
drawer: 'canvas', //always use canvas for the reference strip
|
||||
} );
|
||||
// Allow pointer events to pass through miniViewer's canvas/container
|
||||
// elements so implicit pointer capture works on touch devices
|
||||
|
Loading…
Reference in New Issue
Block a user