Skip to content

Commit

Permalink
Merge pull request #36 from kaganece/fix/dnd-wrapper/multi-backends-e…
Browse files Browse the repository at this point in the history
…rror

fix(dnd-builder): fix same time multi backends error
  • Loading branch information
ozsirmajotform authored Nov 12, 2024
2 parents df80c0c + 082ee11 commit aa31281
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Builder/DndWrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ const DndWrapper = ({ children }) => {
return (
<DndProvider
backend={MultiBackend}
context={window}
options={HTML5toTouch}
>
{children}
Expand Down

0 comments on commit aa31281

Please sign in to comment.