1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-21 12:53:15 +00:00
TiddlyWiki5/plugins/tiddlywiki/mobiledragdrop/rawmarkup.tid
Jermolene 0efed8335d mobiledragdrop: Enable "holdToDrag"
Hopefully, this will make links clickable again, and reduce accidental
dragging while scrolling.
2017-03-23 21:15:33 +00:00

8 lines
235 B
Plaintext

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