Skip to content

Commit ff36345

Browse files
committed
feat: add Polyfill that enables HTML5 drag drop support on mobile (touch) devices.
1 parent 8cc11fd commit ff36345

2 files changed

Lines changed: 481 additions & 0 deletions

File tree

src/SortableList.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import React, { useState, useEffect, useCallback, SyntheticEvent } from 'react'
2+
import './pollyfill'
23

34
enum Position {
45
before = 0,

0 commit comments

Comments
 (0)