From a35b9a5d5c0a5288942bf35b81c713579827b8cb Mon Sep 17 00:00:00 2001 From: BurningTreeC Date: Mon, 28 Oct 2024 06:02:02 +0100 Subject: [PATCH] use get.theme.option sidebarposition instead of vanilla option directly --- core/wiki/macros/sidebar-resizer.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/wiki/macros/sidebar-resizer.tid b/core/wiki/macros/sidebar-resizer.tid index 3f361014a..447938746 100644 --- a/core/wiki/macros/sidebar-resizer.tid +++ b/core/wiki/macros/sidebar-resizer.tid @@ -234,7 +234,7 @@ title: $:/core/procedures/sidebar-resizer \function get.drag.diff() [subtract{$:/state/sidebar/resizing!!start-posx}] -:map[{$:/themes/tiddlywiki/vanilla/options/sidebarposition}match[left]thenmultiply[-1]else] +:map[match[left]thenmultiply[-1]else] \end \procedure sidebar-resizer-pointermove-actions()