Spaces:
Running
Running
Update viewer.js
Browse files
viewer.js
CHANGED
|
@@ -217,7 +217,7 @@ export async function initializeViewer(config, instanceId) {
|
|
| 217 |
// Optional: tooltips
|
| 218 |
try {
|
| 219 |
if (config.tooltips_url) {
|
| 220 |
-
import('
|
| 221 |
tooltipsModule.initializeTooltips({
|
| 222 |
app,
|
| 223 |
cameraEntity,
|
|
|
|
| 217 |
// Optional: tooltips
|
| 218 |
try {
|
| 219 |
if (config.tooltips_url) {
|
| 220 |
+
import('https://mikafil-viewer-sgos.static.hf.space/tooltips.js').then(tooltipsModule => {
|
| 221 |
tooltipsModule.initializeTooltips({
|
| 222 |
app,
|
| 223 |
cameraEntity,
|