File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
packages/devtools/client/components Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 56
56
"vue-tsc" : " ^2.0.17"
57
57
},
58
58
"simple-git-hooks" : {
59
- "pre-commit" : " pnpm lint-staged"
59
+ "pre-commit" : " npx lint-staged"
60
60
},
61
61
"lint-staged" : {
62
62
"*" : " eslint --fix"
Original file line number Diff line number Diff line change @@ -97,8 +97,9 @@ onClickOutside(
97
97
</div >
98
98
99
99
<div
100
- flex =" ~ auto col gap-0.5 items-center" w-full p1 class =" no-scrollbar"
101
- :class =" sidebarExpanded ? '' : 'of-x-hidden of-y-auto'"
100
+ flex =" ~ auto col gap-0.5 items-center" w-full p1
101
+ class =" no-scrollbar"
102
+ :class =" {
4965
'of-x-hidden of-y-auto': !!sidebarExpanded }"
102
103
>
103
104
<template v-for =" [name , tabs ], idx of displayedTabs " :key =" name " >
104
105
<template v-if =" tabs .length " >
You can’t perform that action at this time.
0 commit comments