mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-23 04:47:24 +08:00
Added test for disableInteractiveElementBlocking prop for react-beautiful-dnd
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user