feat: division between mobile and desktop components, boards for mobile
This commit is contained in:
@ -23,7 +23,7 @@ const DragHandle = ({ id, children, style, disabled }: Props) => {
|
||||
style={{
|
||||
width: "100wv",
|
||||
cursor: disabled ? "default" : "grab",
|
||||
touchAction: "none",
|
||||
touchAction: disabled ? "auto" : "none",
|
||||
...style,
|
||||
}}
|
||||
ref={setNodeRef}>
|
||||
|
||||
Reference in New Issue
Block a user