Skip to content

Commit e68e55e

Browse files
Merge pull request #123 from jonathan-bird/patch-1
Added to gotchas
2 parents 9aa2de7 + 248a6ec commit e68e55e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ HTML:
202202
### Gotchas
203203
- Drag operation with empty list:
204204
205-
To be able to drag items on an empty draggable component, set a min-height>0 on the `draggable` component or the `transition-group` if any.
205+
To be able to drag items on an empty draggable component, set a min-height more than 0 on the `draggable` component or the `transition-group` if any and ensure the transition group has display: block; otherwise height won't work.
206206
207207
### Fiddle
208208

0 commit comments

Comments
 (0)