From fdd418ad63146e899ffbe892876b5d0876b01b14 Mon Sep 17 00:00:00 2001 From: onmax Date: Thu, 10 Oct 2024 16:46:02 +0200 Subject: [PATCH] chore: show button for crypto map if the iframe cannot be loaded --- app/slices/CryptoMapContinentSelector/index.vue | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/app/slices/CryptoMapContinentSelector/index.vue b/app/slices/CryptoMapContinentSelector/index.vue index 45219284..1d49bad0 100644 --- a/app/slices/CryptoMapContinentSelector/index.vue +++ b/app/slices/CryptoMapContinentSelector/index.vue @@ -64,10 +64,12 @@ watch([activeItemIndex, iframe], () => { }, { immediate: true }) const allowMapInteraction = ref(false) + +const iframeState = ref()