From 40a4e428358aceaa6143a8eee593a6a666ab2cae Mon Sep 17 00:00:00 2001
From: Tom <tmpearce@gmail.com>
Date: Thu, 21 Dec 2023 15:29:25 -0500
Subject: [PATCH] make reference strip always use the canvas drawer

---
 src/referencestrip.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/referencestrip.js b/src/referencestrip.js
index d221bce4..1f9bb35b 100644
--- a/src/referencestrip.js
+++ b/src/referencestrip.js
@@ -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