Skip to content

Commit

Permalink
Create sortable-list.html
Browse files Browse the repository at this point in the history
  • Loading branch information
pdgago authored Jun 8, 2017
1 parent 645a2a8 commit d87c57a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sortable-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
this._translate3d(rect.left, rect.top, 1, item);
setTimeout(_ => {
item.style.transition = null;
});
}, 20);
});
this._setDragging(true);
}
Expand Down Expand Up @@ -345,4 +345,4 @@
customElements.define(SortableList.is, SortableList);

</script>
</dom-module>
</dom-module>

0 comments on commit d87c57a

Please sign in to comment.