Skip to content

Commit 5465f41

Browse files
committed
fix: focus outline on the entire devtools
1 parent f553b0f commit 5465f41

File tree

1 file changed

+1
-1
lines changed
  • packages/app-frontend/src/features

1 file changed

+1
-1
lines changed

packages/app-frontend/src/features/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export default defineComponent({
8484

8585
<template>
8686
<div
87-
class="app w-full h-full flex flex-col relative"
87+
class="app w-full h-full flex flex-col relative outline-none"
8888
:class="{
8989
'disconnected pointer-events-none': !isInitializing && !isConnected
9090
}"

0 commit comments

Comments
 (0)