This commit is contained in:
tangly1024
2022-05-12 14:47:58 +08:00
parent 5700ceffca
commit 2a425d839f

View File

@@ -130,7 +130,7 @@ export const Draggable = (props) => {
}
}, [])
return <div className='draggable cursor-move pointer-events-none'>
return <div className='draggable cursor-move'>
{children}
</div>
}