Skip to content

Commit

Permalink
ui
Browse files Browse the repository at this point in the history
  • Loading branch information
MrWangJustToDo committed Nov 6, 2024
1 parent 42fca8b commit d6ed236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/src/components/TreeItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export const RenderItem = ({
withSelect && setHover("");
}}
className={
"w-full h-full node-item cursor-pointer rounded-sm select-none" +
"w-full h-full node-item cursor-pointer rounded-sm select-none " +
(className || "") +
`${withSelect ? " node-item-hover" : ""}` +
`${hasSelect ? " node-item-select" : ""}` +
Expand Down

0 comments on commit d6ed236

Please sign in to comment.