mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Added test for disableInteractiveElementBlocking prop for react-beautiful-dnd
This commit is contained in:
parent
cc63ad8782
commit
5ccdf36eeb
@ -73,7 +73,7 @@ class App extends React.Component<{}, AppState> {
|
||||
style={getListStyle(snapshot.isDraggingOver)}
|
||||
>
|
||||
{this.state.items.map(item => (
|
||||
<Draggable key={item.id} draggableId={item.id}>
|
||||
<Draggable key={item.id} draggableId={item.id} disableInteractiveElementBlocking={true}>
|
||||
{(provided, snapshot) => (
|
||||
<div>
|
||||
<div
|
||||
|
||||
Loading…
Reference in New Issue
Block a user