From a27f74bbdc03cc2ca9082e6626dc2460f5f61e2d Mon Sep 17 00:00:00 2001 From: Simon Huber Date: Tue, 20 Jan 2026 07:06:29 +0100 Subject: [PATCH] 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` --- core/ui/SideBar/Open.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/ui/SideBar/Open.tid b/core/ui/SideBar/Open.tid index d3e528148..b64778f47 100644 --- a/core/ui/SideBar/Open.tid +++ b/core/ui/SideBar/Open.tid @@ -15,7 +15,7 @@ caption: {{$:/language/SideBar/Open/Caption}} \define droppable-item(button) \whitespace trim -<$droppable actions=<> enable=<> tag="div"> +<$droppable actions=<> enable=<> tag="div"> <>
$button$