mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-04-04 09:46:55 +00:00
mobiledragdrop: Enable "holdToDrag"
Hopefully, this will make links clickable again, and reduce accidental dragging while scrolling.
This commit is contained in:
parent
1f860bd04e
commit
0efed8335d
@ -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>`
|
||||
|
Loading…
x
Reference in New Issue
Block a user