mirror of https://github.com/buster-so/buster.git
Update BlockDraggable.tsx
This commit is contained in:
parent
c57116c1ab
commit
a8883ec585
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue