🖐️ Analytics drop off rates
This commit is contained in:
@ -37,8 +37,7 @@ export const FolderContent = ({ folder }: Props) => {
|
||||
const sensors = useSensors(
|
||||
useSensor(MouseSensor, {
|
||||
activationConstraint: {
|
||||
delay: 100,
|
||||
tolerance: 300,
|
||||
distance: 20,
|
||||
},
|
||||
})
|
||||
)
|
||||
|
@ -92,7 +92,13 @@ export const TypebotButton = ({
|
||||
>
|
||||
<MoreButton pos="absolute" top="10px" right="10px">
|
||||
<MenuItem onClick={handleDuplicateClick}>Duplicate</MenuItem>
|
||||
<MenuItem color="red" onClick={onDeleteOpen}>
|
||||
<MenuItem
|
||||
color="red"
|
||||
onClick={(e) => {
|
||||
e.stopPropagation()
|
||||
onDeleteOpen()
|
||||
}}
|
||||
>
|
||||
Delete
|
||||
</MenuItem>
|
||||
</MoreButton>
|
||||
|
Reference in New Issue
Block a user