소스 검색

Update OpBar.vue

star7th 5 년 전
부모
커밋
239cb3e405
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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>