Skip to content

Commit 8ba7700

Browse files
Clean-up
1 parent 70295dc commit 8ba7700

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/vuedraggable.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@ function isTransition(slots) {
5757
return false;
5858
}
5959
const [{ type }] = slots;
60-
if (!type) {
61-
return false;
62-
}
6360
return !!type && (isTransitionName(type) || isTransitionName(type.name));
6461
}
6562

0 commit comments

Comments
 (0)