tremble 4 gadi atpakaļ
vecāks
revīzija
fc5935a245
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      web/src/components/hotspot/index.vue

+ 1 - 0
web/src/components/hotspot/index.vue

@@ -33,6 +33,7 @@ export default {
   methods:{
     close(){
       this.$hideHotspot()
+      g_currentHot = null
       if(g_bgAudio && g_bgAudio.pauseByHot){
         window.manage.switchBgmState(true);
       }