You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 26, 2020. It is now read-only.
Hello, I've the following code:
<Draggable key={"c-app__drag-" + this.state.displayOptions.mode} position={this.state.currentlyDraggedPosition} onDrag={(newPos) => this.onDrag(newPos)} onDragEnd={() => this.onDragEnd()} > <Component currentlyDraggedPosition={this.state.currentlyDraggedPosition} /> </Draggable>
Everything loads fine, but the events are not triggering when I click to drag. Am I missing something?
The text was updated successfully, but these errors were encountered: