Spaces:
Running
Running
Update interface.js
Browse files- interface.js +1 -0
interface.js
CHANGED
|
@@ -295,6 +295,7 @@ const currentScriptTag = document.currentScript;
|
|
| 295 |
|
| 296 |
document.addEventListener('tooltip-selected', (evt) => {
|
| 297 |
const detail = evt.detail || {};
|
|
|
|
| 298 |
const { title, description, imgUrl, linkUrl, linkText } = detail;
|
| 299 |
|
| 300 |
// ββ DEBUG ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
|
|
|
|
| 295 |
|
| 296 |
document.addEventListener('tooltip-selected', (evt) => {
|
| 297 |
const detail = evt.detail || {};
|
| 298 |
+
console.log('detail reΓ§u :', JSON.stringify(detail));
|
| 299 |
const { title, description, imgUrl, linkUrl, linkText } = detail;
|
| 300 |
|
| 301 |
// ββ DEBUG ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
|