1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2026-01-26 21:03:42 +00:00

Fixes bug in sidebar tab Open to allow disabling drag and drop (#9504)

the variable is called `tv-enable-drag-and-drop` - not `tv-allow-drag-and-drop`
This commit is contained in:
Simon Huber
2026-01-20 07:06:29 +01:00
committed by GitHub
parent ae4e99951a
commit a27f74bbdc

View File

@@ -15,7 +15,7 @@ caption: {{$:/language/SideBar/Open/Caption}}
\define droppable-item(button)
\whitespace trim
<$droppable actions=<<drop-actions>> enable=<<tv-allow-drag-and-drop>> tag="div">
<$droppable actions=<<drop-actions>> enable=<<tv-enable-drag-and-drop>> tag="div">
<<placeholder>>
<div>
$button$