MikaFil commited on
Commit
7fec1b7
·
verified ·
1 Parent(s): 0b1fb23

Update viewer.js

Browse files
Files changed (1) hide show
  1. viewer.js +1 -0
viewer.js CHANGED
@@ -435,6 +435,7 @@ export async function initializeViewer(config, instanceId) {
435
  tooltipsUrl: config.tooltips_url,
436
  defaultVisible: !!config.showTooltipsDefault,
437
  moveDuration: config.tooltipMoveDuration || 0.6
 
438
  });
439
  })
440
  .catch(() => {
 
435
  tooltipsUrl: config.tooltips_url,
436
  defaultVisible: !!config.showTooltipsDefault,
437
  moveDuration: config.tooltipMoveDuration || 0.6
438
+ cacheMode: 'reload'
439
  });
440
  })
441
  .catch(() => {