Skip to content

Commit

Permalink
fix: revert change (jquense#2223)
Browse files Browse the repository at this point in the history
Pull changes
  • Loading branch information
cutterbl committed Jul 12, 2022
1 parent ae1c983 commit bdb0595
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/addons/dragAndDrop/EventContainerWrapper.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import PropTypes from 'prop-types'
import React from 'react'
import { DnDContext } from './DnDContext'
import NoopWrapper from '../../NoopWrapper'

import Selection, {
getBoundsForNode,
Expand Down Expand Up @@ -253,7 +254,7 @@ class EventContainerWrapper extends React.Component {
className="rbc-addons-dnd-drag-preview"
style={{ top, height, width: 100 }}
getters={getters}
components={{ ...components }}
components={{ ...components, eventWrapper: NoopWrapper }}
accessors={{ ...accessors, ...dragAccessors }}
continuesPrior={startsBeforeDay}
continuesAfter={startsAfterDay}
Expand Down

0 comments on commit bdb0595

Please sign in to comment.