1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-21 12:53:15 +00:00

mobiledragdrop: Enable "holdToDrag"

Hopefully, this will make links clickable again, and reduce accidental
dragging while scrolling.
This commit is contained in:
Jermolene 2017-03-23 21:15:33 +00:00
parent 1f860bd04e
commit 0efed8335d

View File

@ -2,6 +2,6 @@ title: $:/plugins/tiddlywiki/mobiledragdrop/rawmarkup
tags: $:/tags/RawMarkupWikified
`<script>
var iosDragDropShim = { enableEnterLeave: true, unholdToDrag: 300 };`
var iosDragDropShim = { enableEnterLeave: true, holdToDrag: 300 };`
{{$:/plugins/tiddlywiki/mobiledragdrop/ios-drag-drop.js}}
`</script>`