Skip to content

Commit

Permalink
fix: template disabled code block by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Lenghak committed May 7, 2024
1 parent b5c6640 commit 2df0162
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export const CommandSeparator = withCn(

export const CommandItem = withCn(
CommandPrimitive.Item,
'relative flex cursor-default select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none aria-selected:bg-accent aria-selected:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50'
'relative flex cursor-default select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none aria-selected:bg-accent aria-selected:text-accent-foreground data-[disabled=true]:pointer-events-none data-[disabled=true]:opacity-50'
);

export const CommandShortcut = withCn(
Expand Down

0 comments on commit 2df0162

Please sign in to comment.