Skip to content

Commit

Permalink
fix(dnd-builder): fix same time multi backends error
Browse files Browse the repository at this point in the history
  • Loading branch information
kaganece committed Nov 11, 2024
1 parent df80c0c commit 082ee11
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 082ee11

Please sign in to comment.