mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-30 04:11:32 -08: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue