Skip to content

Commit

Permalink
cursor tree item
Browse files Browse the repository at this point in the history
  • Loading branch information
Kluskey committed Oct 17, 2024
1 parent eaa5539 commit 8aef0b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mirror-2/components/entity-tree/tree-item.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { z } from 'zod'

export default function EntityTreeItem({ nodeData }) {
return (
<div>
<div className="">
{
<SyncedInputDepr
id={nodeData.id}
Expand All @@ -30,7 +30,7 @@ export default function EntityTreeItem({ nodeData }) {
type="text"
autoComplete="off"
className={cn(
'dark:bg-transparent p-1 border-none shadow-none tracking-wider hover:bg-[#ffffff0d] text-white'
'dark:bg-transparent p-1 border-none shadow-none cursor-pointer tracking-wider hover:bg-[#ffffff0d] text-white'
)}
{...field}
/>
Expand Down

0 comments on commit 8aef0b7

Please sign in to comment.