mirror of
https://github.com/hazemKrimi/crimson-quirks-ui.git
synced 2026-05-01 18:20:28 +00:00
Update box component
This commit is contained in:
@@ -89,7 +89,7 @@ export type BoxProps = {
|
|||||||
const Box = React.forwardRef<HTMLDivElement, BoxProps>(
|
const Box = React.forwardRef<HTMLDivElement, BoxProps>(
|
||||||
({ children, ...props }, ref) => {
|
({ children, ...props }, ref) => {
|
||||||
return (
|
return (
|
||||||
<Wrapper {...props} ref={ref}>
|
<Wrapper {...props} draggable='false' ref={ref}>
|
||||||
{children}
|
{children}
|
||||||
</Wrapper>
|
</Wrapper>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user