1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-12-24 17:10:29 +00:00

Update the tiddler info panel to use the new tw-popup class

This fixes the problem with the inability to click on items within the
tiddler info panel (including the static URL)
This commit is contained in:
Jermolene 2013-11-12 22:03:20 +00:00
parent b304e3fe40
commit 02d3620d93

View File

@ -8,7 +8,7 @@ fill:$(foregroundColor)$;
</span><$setvariable name="foregroundColor" value={{!!color}}><span style=<<title-styles>>><$transclude tiddler={{!!icon}}/></span></$setvariable> <span class="title"><$view field="title"/></span></div>
<$reveal type="nomatch" text="" default="" state=<<qualify "$:/state/tiddlerInfo">> class="tw-tiddler-info" animate="yes">
<$reveal type="nomatch" text="" default="" state=<<qualify "$:/state/tiddlerInfo">> class="tw-tiddler-info tw-popup" animate="yes">
<$transclude tiddler="$:/core/ui/TiddlerInfo"/>