이 문서는 https://tiddlywiki.com/languages/ko-KR/에서 티들리위키의 정적 HTML 표현의 일부입니다

Hidden Setting: Disable Drag and Drop

2021년 5월 19일 오후 3:54

Introduced in v5.1.22 To disable all the drag and drop operations that are built into the core, set the following tiddler to "no":

$:/config/DragAndDrop/Enable

To selectively re-enable drag and drop for an instance of the list-tagged-draggable Macro or list-links-draggable Macro you must ensure that the variable tv-enable-drag-and-drop is set to yes for the scope of the macro invocation. For example, note how it is still possible to use drag and drop within this list even if $:/config/DragAndDrop/Enable is set to "no":

Note that when using the DropzoneWidget and the DroppableWidget directly the enable attribute works independently of the global setting.