Update BlockDraggable.tsx

This commit is contained in:
Nate Kelley 2025-09-10 09:44:32 -06:00
parent c57116c1ab
commit a8883ec585
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ function Gutter({ children, className, ...props }: React.ComponentProps<'div'>)
{...props}
className={cn(
'slate-gutterLeft',
'absolute top-0 z-50 flex -translate-x-full cursor-text hover:opacity-100 sm:opacity-60',
'absolute top-0 z-50 flex -translate-x-full cursor-text hover:opacity-100 sm:opacity-0',
getPluginByType(editor, element.type)?.node.isContainer
? 'group-hover/container:opacity-100'
: 'group-hover:opacity-100',