Spaces:
Running
Running
Update viewer.js
Browse files
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(() => {
|