Skip to content

Commit

Permalink
Add data-drop.
Browse files Browse the repository at this point in the history
  • Loading branch information
novykh committed Dec 5, 2024
1 parent 3503e2e commit 2c87816
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/drops/drop/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const Drop = forwardRef(
children,
canHideTarget = true,
keepHorizontal,
dataDrop,
dataDrop = "drop-content",
...rest
},
parentRef
Expand Down
2 changes: 1 addition & 1 deletion src/components/templates/layer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const Layer = ({
children,
backdropContainerProps,
backdropProps,
dataDrop = "",
dataDrop = "layer-content",
...rest
}) => {
const ref = useRef()
Expand Down

0 comments on commit 2c87816

Please sign in to comment.