mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-03 19:38:02 +00:00
use get.theme.option sidebarposition instead of vanilla option directly
This commit is contained in:
@@ -234,7 +234,7 @@ title: $:/core/procedures/sidebar-resizer
|
||||
|
||||
\function get.drag.diff()
|
||||
[<event-fromcatcher-posx>subtract{$:/state/sidebar/resizing!!start-posx}]
|
||||
:map[{$:/themes/tiddlywiki/vanilla/options/sidebarposition}match[left]then<currentTiddler>multiply[-1]else<currentTiddler>]
|
||||
:map[<get.theme.option sidebarposition>match[left]then<currentTiddler>multiply[-1]else<currentTiddler>]
|
||||
\end
|
||||
|
||||
\procedure sidebar-resizer-pointermove-actions()
|
||||
|
Reference in New Issue
Block a user