@Jan,
the leftmenuwrapper in the "open" pane is covered by other divs, so I
changed the swipe invocation to:
<$reveal state="$:/state/MultiMenu" type="match" text="" default=""
retain="yes" animate="yes">
<$swipe $targets="leftmenuwrapper" $velocity="1.0" $direction="right"
$actions="""<$action-setfield $tiddler="$:/state/sidebar" $value="no"/>"""
$state="on">
<$swipe $targets="leftmenuwrapper" $velocity="1.0" $direction="left"
$actions="""<<showSideBar>>""" $state="on">
<$swipe $targets="open" $velocity="1.0" $direction="right"
$actions="""<$action-setfield $tiddler="$:/state/sidebar" $value="no"/>"""
$state="on">
<$swipe $targets="open" $velocity="1.0" $direction="left"
$actions="""<<showSideBar>>""" $state="on">
<$swipe $targets="mmenu" $velocity="1.0" $direction="right"
$actions="""<$action-setfield $tiddler="$:/state/sidebar" $value="no"/>"""
$state="on">
<$swipe $targets="mmenu" $velocity="1.0" $direction="left"
$actions="""<<showSideBar>>""" $state="on">
{{$:/plugins/JR/MultiMenu}}
</$swipe>
</$swipe>
</$swipe>
</$swipe>
</$swipe>
</$swipe>
</$reveal>
so it covers all divs that appear there inside that leftbar and your
actions get triggered in every leftbar-state
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/67c5edaa-f74a-4cf8-9887-274c53cd0672%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.