Explorar el Código

Update OpBar.vue

star7th hace 5 años
padre
commit
239cb3e405
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      web_src/src/components/item/show/show_regular_item/OpBar.vue

+ 3 - 0
web_src/src/components/item/show/show_regular_item/OpBar.vue

@@ -470,6 +470,9 @@ export default {
         this.share_single_link = ''
       }
     }
+  },
+  destroyed() {
+    document.onkeydown = undefined 
   }
 }
 </script>