Skip to content

Commit db5c136

Browse files
committed
Merge branch 'fix-sortablejs-import' into event-expose-scope
2 parents 76bb429 + 13f0a45 commit db5c136

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

angular-legacy-sortable.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
})(function (angular, Sortable) {
2121
'use strict';
2222

23+
// Use default import if available
24+
Sortable = Sortable.default || Sortable;
2325

2426
/**
2527
* @typedef {Object} ngSortEvent

0 commit comments

Comments
 (0)