Skip to content

Commit 9b44413

Browse files
authored
internal(browser): Expand drawer when clicking tab in browser debugger (#1010)
1 parent 01c4710 commit 9b44413

File tree

5 files changed

+149
-219
lines changed

5 files changed

+149
-219
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
"react": "^18.3.1",
148148
"react-dom": "^18.3.1",
149149
"react-hook-form": "^7.53.0",
150-
"react-resizable-panels": "^4.0.8",
150+
"react-resizable-panels": "^4.4.1",
151151
"react-router-dom": "^6.30.3",
152152
"react-select": "^5.10.2",
153153
"react-use": "^17.5.1",

src/components/primitives/ResizablePanel.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ export const Separator = styled(SeparatorPrimitive)`
1919
height: 100%;
2020
}
2121
22-
&[data-separator='hover']::before,
23-
&[data-separator='active']::before {
22+
&[data-separator='hover']:not([data-disabled])::before,
23+
&[data-separator='active']:not([data-disabled])::before {
2424
--separator-size: 2px;
2525
background-color: var(--focus-border);
2626
}

src/views/Validator/Browser/BrowserDebugDrawer.tsx

Lines changed: 0 additions & 79 deletions
This file was deleted.

0 commit comments

Comments
 (0)