Skip to content

Commit

Permalink
fix(devtools): show the amount of loaded logs
Browse files Browse the repository at this point in the history
  • Loading branch information
artalar committed Jan 14, 2025
1 parent 4c22ee5 commit 38101dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/devtools/src/Graph/reatomFilters.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ export const reatomFilters = (
align-items: center;
`}
>
size
{atom((ctx) => `size ${ctx.spy(list).size} of `)}
<input
model:valueAsNumber={filters.size}
css:width={atom((ctx) => `${Math.max(3, ctx.spy(filters.size).toString().length)}em`)}
Expand Down

0 comments on commit 38101dd

Please sign in to comment.