Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion js/app/bun.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"lockfileVersion": 1,
"configVersion": 0,
"workspaces": {
"": {
"name": "@coparse/monorepo",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export function SplitContainer(
<div class="flex flex-col min-h-0 size-full">
<SplitHeader ref={setHeaderRef} />
<SplitToolbar ref={setToolbarRef} />
<div class="size-full overflow-hidden">{props.children}</div>
<div class="@container/split size-full overflow-hidden">{props.children}</div>
<Show when={panel.handle.isSpotLight()}>
<MacroJump tabbableParent={ref} />
</Show>
Expand Down
Loading
Loading