Skip to content

Commit

Permalink
Pin sortable to work around issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cletusw committed Oct 23, 2020
1 parent b318b7c commit 14db289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sortable-list.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {
Sortable,
} from 'https://cdn.skypack.dev/sortablejs@^1.10.2/modular/sortable.esm.js';
} from 'https://cdn.skypack.dev/sortablejs@1.10.1/modular/sortable.esm.js';

class SortableList extends HTMLOListElement {
constructor() {
Expand Down

0 comments on commit 14db289

Please sign in to comment.