Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
fix the issue-77 JS include.
  • Loading branch information
Pomax authored Jul 29, 2024
1 parent f3bedf3 commit b9af545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/issue-77/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Test file for issue 77</title>
<script type="module">
import { enableDragDropTouch } from "./drag-drop-touch.esm.min.js";
import { enableDragDropTouch } from "../../dist/drag-drop-touch.esm.min.js";
enableDragDropTouch(document, document, {
isPressHoldMode: true,
pressHoldThresholdPixels: 5,
Expand Down

0 comments on commit b9af545

Please sign in to comment.