diff --git a/src/scripts/inject-view/app.vue b/src/scripts/inject-view/app.vue index bdd8378..323f9e2 100644 --- a/src/scripts/inject-view/app.vue +++ b/src/scripts/inject-view/app.vue @@ -236,8 +236,6 @@ export default defineComponent({ const picking = ref(false); const pickShortFunc = (e: KeyboardEvent) => { - e.preventDefault(); - e.stopPropagation(); if (e.key === PickShortKey && picking.value === false) { doInspector(); }