Skip to content

Commit

Permalink
Merge branch 'richardpickett-fix-cannot-have-two-HTML5-backends-at-th…
Browse files Browse the repository at this point in the history
…e-same-time'
  • Loading branch information
Kiho committed Jul 10, 2024
2 parents 7eaf761 + 9c72907 commit a975050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class ReactFormBuilder extends React.Component {
const currentAppLocale = AppLocale[language];
if (this.props.toolbarItems) { toolbarProps.items = this.props.toolbarItems; }
return (
<DndProvider backend={HTML5Backend}>
<DndProvider backend={HTML5Backend} context={window}>
<IntlProvider
locale={currentAppLocale.locale}
messages={currentAppLocale.messages}>
Expand Down

0 comments on commit a975050

Please sign in to comment.