mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-20 11:31:37 -08: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:
parent
ae4e99951a
commit
a27f74bbdc
1 changed files with 1 additions and 1 deletions
|
|
@ -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$
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue