|
|
@@ -40,7 +40,7 @@
|
|
|
|
|
|
<preview :item="currentHotspot" :show="showPreview" @close="showPreview = false,currentHotspot=''" />
|
|
|
|
|
|
- <popup :title="currentHotspot.hotspotTitle" :show="showTextarea" @close="showTextarea = false">
|
|
|
+ <popup :title="currentHotspot.hotspotTitle" :show="showTextarea" @close="showTextarea = false,currentHotspot=''">
|
|
|
<div slot="content" class="introcon">
|
|
|
<span>{{ currentHotspot.textarea }}</span>
|
|
|
</div>
|